From 3ecf19f10cfef3d990d493795daf6273952bcc9c Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Fri, 11 Nov 2022 20:30:10 +0100 Subject: ... --- system-profiles/zfs.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'system-profiles/zfs.nix') diff --git a/system-profiles/zfs.nix b/system-profiles/zfs.nix index 85e5ad03..f7f2a147 100644 --- a/system-profiles/zfs.nix +++ b/system-profiles/zfs.nix @@ -3,5 +3,7 @@ kernelPackages = config.boot.zfs.package.latestCompatibleLinuxPackages; supportedFilesystems = [ "zfs" ]; zfs.enableUnstable = true; + + environment.systemPackages = with pkgs; [ httm ]; }; } -- cgit v1.2.3