diff options
Diffstat (limited to 'system-profiles/zfs.nix')
-rw-r--r-- | system-profiles/zfs.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system-profiles/zfs.nix b/system-profiles/zfs.nix index db742801..148cbb7b 100644 --- a/system-profiles/zfs.nix +++ b/system-profiles/zfs.nix | |||
@@ -3,7 +3,7 @@ | |||
3 | boot = { | 3 | boot = { |
4 | kernelPackages = config.boot.zfs.package.latestCompatibleLinuxPackages; | 4 | kernelPackages = config.boot.zfs.package.latestCompatibleLinuxPackages; |
5 | supportedFilesystems = [ "zfs" ]; | 5 | supportedFilesystems = [ "zfs" ]; |
6 | zfs.enableUnstable = true; | 6 | zfs.package = pkgs.zfs_unstable; |
7 | }; | 7 | }; |
8 | 8 | ||
9 | environment.systemPackages = with pkgs; [ httm ]; | 9 | environment.systemPackages = with pkgs; [ httm ]; |