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