Divided who can provision and who can access the machines

This commit is contained in:
pazpi 2025-08-22 18:13:31 +02:00
parent 00574c51b3
commit 06536ac58b
4 changed files with 13 additions and 12 deletions

View file

@ -25,7 +25,7 @@ in
users.root = {
hashedPassword = "!";
openssh.authorizedKeys.keys = sshKeys.infra-core;
openssh.authorizedKeys.keys = sshKeys.provisioning-machine;
};
users.pazpi = {