1
Fork 0

Tell zfs to enable mail support

This commit is contained in:
Matei Adriel 2024-02-12 16:55:27 +01:00
parent 43f4b2781d
commit 51d5b2d5ac
No known key found for this signature in database

View file

@ -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" ];