enable davfs2 due to broken kio
This commit is contained in:
parent
a0b6d40323
commit
342e788994
|
@ -34,6 +34,8 @@ in {
|
|||
boot.tmpOnTmpfs = true;
|
||||
fileSystems."/tmp".fsType = "tmpfs";
|
||||
|
||||
services.davfs2.enable = true;
|
||||
|
||||
# try newer kernels
|
||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
|
||||
|
|
Loading…
Reference in a new issue