mirror of
https://github.com/RichieCahill/dotfiles.git
synced 2026-04-18 05:18:20 -04:00
moved zfs services to global/default.nix
This commit is contained in:
@@ -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";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user