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

@@ -31,7 +31,6 @@
};
};
services = {
displayManager = {
enable = true;
@@ -43,13 +42,6 @@
};
openssh.ports = [ 262 ];
snapshot_manager.enable = true;
zfs = {
trim.enable = true;
autoScrub.enable = true;
};
};
system.stateVersion = "24.05";