hosts: *: sign remote builds and serve cache
This commit is contained in:
@@ -38,6 +38,9 @@ let
|
||||
jupiter
|
||||
steamdeck
|
||||
];
|
||||
buildServer = [
|
||||
hades
|
||||
];
|
||||
in
|
||||
{
|
||||
"services/postgresql/initScript.age".publicKeys = servers ++ users;
|
||||
@@ -55,4 +58,5 @@ in
|
||||
"services/gitea/mailerPassword.age".publicKeys = servers ++ users;
|
||||
"services/woodpecker/environment.age".publicKeys = servers ++ users;
|
||||
"keys/nixremote.age".publicKeys = buildClients ++ users;
|
||||
"keys/nixservepriv.age".publicKeys = buildServer ++ users;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user