diff --git a/launch/resource.nix b/launch/resource.nix index 6b03305b..7ae3f99f 100644 --- a/launch/resource.nix +++ b/launch/resource.nix @@ -39,6 +39,6 @@ in ## supports users with password-less sudo. users.users.root.openssh.authorizedKeys.keys = attrValues keys.contributors ++ [ # allow our panel vm access to the test machines - keys.systems.fedi201 + keys.panel ]; }