Add admins permissions to marenz

This commit is contained in:
Sandro - 2023-11-11 23:23:26 +01:00
parent 8b591787bc
commit 249057830a
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ in {
# Deployment user for marenz
marenz = {
uid = 1004;
sshKeys = ssh-public-keys.marenz;
sshKeys = config.users.users.root.openssh.authorizedKeys.keys ++ ssh-public-keys.marenz;
home = "${skyflakeHome}/marenz";
};
};