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

@@ -29,18 +29,7 @@
};
};
services = {
openssh.ports = [ 922 ];
snapshot_manager.enable = true;
zfs = {
trim.enable = true;
autoScrub.enable = true;
};
};
services.openssh.ports = [ 922 ];
system.stateVersion = "24.05";
}