allow accessing test vms from fedi201's machine ssh key, closes #286

This commit is contained in:
Kiara Grouwstra 2025-04-01 13:31:59 +02:00
parent 076fe9be55
commit 1d0eac9a55
Signed by: kiara
SSH key fingerprint: SHA256:COspvLoLJ5WC5rFb9ZDe5urVCkK4LJZOsjfF4duRJFU

View file

@ -33,7 +33,7 @@ let
{
users.users.root.openssh.authorizedKeys.keys = [
# allow our panel vm access to the test machines
(import ../../keys).systems.fedi201
(import ../keys).systems.fedi201
];
}
]