feat: move off of using root for deployment

This commit is contained in:
silver 2023-09-30 23:18:14 +01:00
parent c87fec1a65
commit 165c4645bf
14 changed files with 18 additions and 13 deletions

View file

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