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