summaryrefslogtreecommitdiff
path: root/system-profiles
diff options
context:
space:
mode:
Diffstat (limited to 'system-profiles')
-rw-r--r--system-profiles/zfs.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/system-profiles/zfs.nix b/system-profiles/zfs.nix
index c20acb9a..bb9dc2e2 100644
--- a/system-profiles/zfs.nix
+++ b/system-profiles/zfs.nix
@@ -5,6 +5,7 @@
5 zfs.package = lib.mkDefault pkgs.zfs_2_4; 5 zfs.package = lib.mkDefault pkgs.zfs_2_4;
6 6
7 supportedFilesystems.zfs = true; 7 supportedFilesystems.zfs = true;
8 zfs.forceImportRoot = true;
8 }; 9 };
9 10
10 environment.systemPackages = with pkgs; [ httm ]; 11 environment.systemPackages = with pkgs; [ httm ];