summaryrefslogtreecommitdiff
path: root/secrets/secrets.nix
diff options
context:
space:
mode:
authorseth <[email protected]>2023-05-29 01:15:01 -0400
committerseth <[email protected]>2023-05-29 01:30:28 -0400
commit9c71189567163ef53acfbfd7c39384683a592290 (patch)
tree42e749744ae58a167ae11aaffccd5be347d951cb /secrets/secrets.nix
parentfea13c023a58315f6d4a3645edf4ead787f8d908 (diff)
!back to hercules-ci
hydra is a little annoying to configure, especially with features like github prs
Diffstat (limited to 'secrets/secrets.nix')
-rw-r--r--secrets/secrets.nix9
1 files changed, 6 insertions, 3 deletions
diff --git a/secrets/secrets.nix b/secrets/secrets.nix
index c525929..9dd4eb2 100644
--- a/secrets/secrets.nix
+++ b/secrets/secrets.nix
@@ -11,12 +11,15 @@ in {
"hosts/atlas/rootPassword.age".publicKeys = atlas;
"hosts/atlas/userPassword.age".publicKeys = atlas;
+ "hosts/atlas/binaryCache.age".publicKeys = atlas;
+ "hosts/atlas/clusterToken.age".publicKeys = atlas;
+ "hosts/atlas/secretsJson.age".publicKeys = atlas;
"hosts/atlas/miniflux.age".publicKeys = atlas;
- "hosts/atlas/authGH.age".publicKeys = atlas;
"hosts/p-body/rootPassword.age".publicKeys = p-body;
"hosts/p-body/userPassword.age".publicKeys = p-body;
"hosts/p-body/p-body2atlas.age".publicKeys = p-body;
- "hosts/p-body/hydraGH.age".publicKeys = p-body;
- "hosts/p-body/authGH.age".publicKeys = p-body;
+ "hosts/p-body/binaryCache.age".publicKeys = p-body;
+ "hosts/p-body/clusterToken.age".publicKeys = p-body;
+ "hosts/p-body/secretsJson.age".publicKeys = p-body;
}