remove zfs from filesystems because it breaks all the god damn time

This commit is contained in:
Lillian Violet 2024-12-04 16:11:59 +01:00
parent 9457729da3
commit 68334d8f81

View file

@ -14,6 +14,7 @@
boot.initrd.kernelModules = []; boot.initrd.kernelModules = [];
boot.kernelModules = []; boot.kernelModules = [];
boot.extraModulePackages = []; boot.extraModulePackages = [];
boot.supportedFilesystems = lib.mkForce ["btrfs" "cifs" "f2fs" "jfs" "ntfs" "reiserfs" "vfat" "xfs"];
swapDevices = []; swapDevices = [];