add kernel modules for zfs to the live image

This commit is contained in:
TheWanderingCrow 2025-01-17 09:24:24 -05:00
parent 348a375c47
commit 271c3889d6

View file

@ -14,7 +14,7 @@
nixpkgs.hostPlatform = "x86_64-linux";
boot.supportedFilesystems = lib.mkForce ["btrfs" "reiserfs" "vfat" "f2fs" "xfs" "ntfs" "cifs"];
boot.supportedFilesystems = lib.mkForce ["zfs" "btrfs" "reiserfs" "vfat" "f2fs" "xfs" "ntfs" "cifs"];
networking.wireless.enable = false;
user.live.enable = true;