summaryrefslogtreecommitdiff
path: root/secrets
diff options
context:
space:
mode:
Diffstat (limited to 'secrets')
-rw-r--r--secrets/hosts/atlas/userPassword.age (renamed from secrets/hosts/atlas/atlasPassword.age)0
-rw-r--r--secrets/hosts/p-body/userPassword.age (renamed from secrets/hosts/p-body/pbodyPassword.age)bin666 -> 666 bytes
-rw-r--r--secrets/secrets.nix4
3 files changed, 2 insertions, 2 deletions
diff --git a/secrets/hosts/atlas/atlasPassword.age b/secrets/hosts/atlas/userPassword.age
index 18d5bb5..18d5bb5 100644
--- a/secrets/hosts/atlas/atlasPassword.age
+++ b/secrets/hosts/atlas/userPassword.age
diff --git a/secrets/hosts/p-body/pbodyPassword.age b/secrets/hosts/p-body/userPassword.age
index e11140a..e11140a 100644
--- a/secrets/hosts/p-body/pbodyPassword.age
+++ b/secrets/hosts/p-body/userPassword.age
Binary files differ
diff --git a/secrets/secrets.nix b/secrets/secrets.nix
index 0087acc..a7602ab 100644
--- a/secrets/secrets.nix
+++ b/secrets/secrets.nix
@@ -11,13 +11,13 @@ in {
"shared/sethPassword.age".publicKeys = main;
"hosts/atlas/rootPassword.age".publicKeys = keys;
- "hosts/atlas/atlasPassword.age".publicKeys = keys;
+ "hosts/atlas/userPassword.age".publicKeys = keys;
"hosts/atlas/binaryCache.age".publicKeys = keys;
"hosts/atlas/clusterToken.age".publicKeys = keys;
"hosts/atlas/secretsJson.age".publicKeys = keys;
"hosts/p-body/rootPassword.age".publicKeys = keys;
- "hosts/p-body/pbodyPassword.age".publicKeys = keys;
+ "hosts/p-body/userPassword.age".publicKeys = keys;
"hosts/p-body/binaryCache.age".publicKeys = keys;
"hosts/p-body/clusterToken.age".publicKeys = keys;
"hosts/p-body/secretsJson.age".publicKeys = keys;