feat: added in some automatic garbage collection

Also merged all teh nix options together.
This commit is contained in:
silver 2023-10-01 22:06:05 +01:00
parent 18155ec6e1
commit 667c335839
2 changed files with 21 additions and 7 deletions

View file

@ -69,11 +69,6 @@ in {
}
];
nix.settings.trusted-users = [
"root"
"@skynet-admins-linux"
];
# give users a home dir
security.pam.services.sshd.makeHomeDir = true;