enable davfs2 due to broken kio

This commit is contained in:
Trolli Schmittlauch 2019-11-22 20:01:11 +01:00
parent a0b6d40323
commit 342e788994

View file

@ -34,6 +34,8 @@ in {
boot.tmpOnTmpfs = true;
fileSystems."/tmp".fsType = "tmpfs";
services.davfs2.enable = true;
# try newer kernels
boot.kernelPackages = pkgs.linuxPackages_latest;