add ssh key to not need root user

This commit is contained in:
Kiara Grouwstra 2025-04-06 11:22:39 +02:00
parent eb3b1425d0
commit 2b0ee4e52d
Signed by: kiara
SSH key fingerprint: SHA256:COspvLoLJ5WC5rFb9ZDe5urVCkK4LJZOsjfF4duRJFU

View file

@ -39,6 +39,6 @@ in
## supports users with password-less sudo. ## supports users with password-less sudo.
users.users.root.openssh.authorizedKeys.keys = attrValues keys.contributors ++ [ users.users.root.openssh.authorizedKeys.keys = attrValues keys.contributors ++ [
# allow our panel vm access to the test machines # allow our panel vm access to the test machines
keys.systems.fedi201 keys.panel
]; ];
} }