summaryrefslogtreecommitdiff
path: root/secrets/secrets.nix
diff options
context:
space:
mode:
authorseth <[email protected]>2023-05-24 06:53:12 -0400
committerseth <[email protected]>2023-05-24 06:53:12 -0400
commit632052e752becd11408ae909b8e70956cd259d64 (patch)
treeb6d94b19b8a9bfa1d2504dd1db0356d500ce54d6 /secrets/secrets.nix
parent7be1973f71ba26c667ebd09b9d007815bb2fd1f3 (diff)
atlas/p-body: enable github auth for wheel users
Diffstat (limited to 'secrets/secrets.nix')
-rw-r--r--secrets/secrets.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/secrets/secrets.nix b/secrets/secrets.nix
index 4dc1cff..c525929 100644
--- a/secrets/secrets.nix
+++ b/secrets/secrets.nix
@@ -12,9 +12,11 @@ in {
"hosts/atlas/rootPassword.age".publicKeys = atlas;
"hosts/atlas/userPassword.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;
}