cluster/services/cachix-deploy-agent: add grail
This commit is contained in:
parent
d3eb8dd849
commit
5200dab0eb
3 changed files with 2 additions and 1 deletions
BIN
cluster/services/cachix-deploy-agent/credentials/grail.age
Normal file
BIN
cluster/services/cachix-deploy-agent/credentials/grail.age
Normal file
Binary file not shown.
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
services.cachix-deploy-agent = {
|
||||
nodes.agent = [ "checkmate" "prophet" "VEGAS" "thunderskin" ];
|
||||
nodes.agent = [ "checkmate" "grail" "prophet" "VEGAS" "thunderskin" ];
|
||||
nixos.agent = ./agent.nix;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -9,6 +9,7 @@ in with hosts;
|
|||
"cluster/services/attic/attic-s3-credentials.age".publicKeys = max ++ map systemKeys [ VEGAS ];
|
||||
"cluster/services/attic/attic-server-token.age".publicKeys = max ++ map systemKeys [ VEGAS ];
|
||||
"cluster/services/cachix-deploy-agent/credentials/checkmate.age".publicKeys = max ++ map systemKeys [ checkmate ];
|
||||
"cluster/services/cachix-deploy-agent/credentials/grail.age".publicKeys = max ++ map systemKeys [ grail ];
|
||||
"cluster/services/cachix-deploy-agent/credentials/prophet.age".publicKeys = max ++ map systemKeys [ prophet ];
|
||||
"cluster/services/cachix-deploy-agent/credentials/VEGAS.age".publicKeys = max ++ map systemKeys [ VEGAS ];
|
||||
"cluster/services/cachix-deploy-agent/credentials/thunderskin.age".publicKeys = max ++ map systemKeys [ thunderskin ];
|
||||
|
|
Loading…
Reference in a new issue