remove zfs from filesystems because it breaks all the god damn time
This commit is contained in:
parent
9457729da3
commit
68334d8f81
|
@ -14,6 +14,7 @@
|
|||
boot.initrd.kernelModules = [];
|
||||
boot.kernelModules = [];
|
||||
boot.extraModulePackages = [];
|
||||
boot.supportedFilesystems = lib.mkForce ["btrfs" "cifs" "f2fs" "jfs" "ntfs" "reiserfs" "vfat" "xfs"];
|
||||
|
||||
swapDevices = [];
|
||||
|
||||
|
|
Loading…
Reference in a new issue