diff --git a/hosts/hydra/default.nix b/hosts/hydra/default.nix index ad12aed1..c0b9a1d6 100644 --- a/hosts/hydra/default.nix +++ b/hosts/hydra/default.nix @@ -82,9 +82,7 @@ in }; remoteBuilder = { enable = true; - sshPublicKeys = config.users.users.root.openssh.authorizedKeys.keys ++ [ - /* "..." */ - ]; + sshPublicKeys = config.users.users.root.openssh.authorizedKeys.keys; }; settings = { allowed-uris = "http:// https:// ssh://";