zfs hdds are BACK

This commit is contained in:
2025-07-24 20:02:39 -07:00
parent 1bc361e49c
commit 2de85c12ff
2 changed files with 17 additions and 18 deletions

20
zfs.nix
View File

@@ -31,7 +31,7 @@ in
boot.supportedFilesystems = [ "zfs" ];
boot.zfs.extraPools = [
service_configs.zpool_ssds
# service_configs.zpool_hdds
service_configs.zpool_hdds
];
services.sanoid = {
@@ -66,15 +66,15 @@ in
yearly = 0;
};
# datasets."${service_configs.zpool_hdds}" = {
# recursive = true;
# autoprune = true;
# autosnap = true;
# hourly = 0;
# daily = 0;
# monthly = 0;
# yearly = 0;
# };
datasets."${service_configs.zpool_hdds}" = {
recursive = true;
autoprune = true;
autosnap = true;
hourly = 0;
daily = 0;
monthly = 0;
yearly = 0;
};
};
services.zfs = {