summaryrefslogtreecommitdiff
path: root/secrets/secrets.nix
diff options
context:
space:
mode:
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;
}