hydra: format

This commit is contained in:
Sandro - 2023-09-15 22:57:04 +02:00
parent 063b5bfe75
commit d4bdffecdb
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 1 additions and 3 deletions

View File

@ -82,9 +82,7 @@ in
}; };
remoteBuilder = { remoteBuilder = {
enable = true; enable = true;
sshPublicKeys = config.users.users.root.openssh.authorizedKeys.keys ++ [ sshPublicKeys = config.users.users.root.openssh.authorizedKeys.keys;
/* "..." */
];
}; };
settings = { settings = {
allowed-uris = "http:// https:// ssh://"; allowed-uris = "http:// https:// ssh://";