Tell zfs to enable mail support
This commit is contained in:
parent
43f4b2781d
commit
51d5b2d5ac
|
@ -5,6 +5,7 @@ in
|
|||
# Configure ZFS
|
||||
boot.supportedFilesystems = [ "zfs" ];
|
||||
boot.zfs.extraPools = [ "zroot" ];
|
||||
boot.zfs.package = pkgs.zfs.override { inherit (config.services.zfs.zed) enableMail; };
|
||||
boot.kernelPackages = config.boot.zfs.package.latestCompatibleLinuxPackages;
|
||||
boot.kernelParams = [ "nohibernate" ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue