moved zfs services to global/default.nix

This commit is contained in:
2025-01-19 14:12:06 -05:00
parent e88fc08d91
commit c87e653ad7
4 changed files with 13 additions and 32 deletions

View File

@@ -37,17 +37,7 @@ in
smartd.enable = true;
snapshot_manager = {
enable = true;
path = ./snapshot_config.toml;
};
sysstat.enable = true;
zfs = {
trim.enable = true;
autoScrub.enable = true;
};
snapshot_manager.path = ./snapshot_config.toml;
};
system.stateVersion = "24.05";