From 271c3889d6d086414feebdd9fe62594d3336e9c3 Mon Sep 17 00:00:00 2001 From: TheWanderingCrow Date: Fri, 17 Jan 2025 09:24:24 -0500 Subject: [PATCH] add kernel modules for zfs to the live image --- hosts/Parzival-Live/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/Parzival-Live/default.nix b/hosts/Parzival-Live/default.nix index e67b9ff..8ae24f9 100644 --- a/hosts/Parzival-Live/default.nix +++ b/hosts/Parzival-Live/default.nix @@ -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;