summaryrefslogtreecommitdiff
path: root/secrets/secrets.nix
diff options
context:
space:
mode:
authorseth <[email protected]>2023-10-01 10:41:09 -0400
committerseth <[email protected]>2023-10-01 10:49:46 -0400
commita8630322f77dbb7be4810099a42352b9278996a1 (patch)
treeb8df66a7e5b9d8c31b27a4a9b357ff7e4b9d418f /secrets/secrets.nix
parent30f55e656d344e017f66ecbae8eb27cf13ba53bb (diff)
treewide!: flatten to parts/ layout
Diffstat (limited to 'secrets/secrets.nix')
-rw-r--r--secrets/secrets.nix17
1 files changed, 0 insertions, 17 deletions
diff --git a/secrets/secrets.nix b/secrets/secrets.nix
deleted file mode 100644
index 7c02845..0000000
--- a/secrets/secrets.nix
+++ /dev/null
@@ -1,17 +0,0 @@
-let
- main = [
- "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJ5K+yLHuz4kyCkJDX2Gd/uGVNEJroIAU/h0f9E2Mapn getchoo-nix"
- ];
-
- atlas = ["ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBA861lnShM2ejpzn9arzhpw33I4XdtULfZWhMp/plvL root@atlas"] ++ main;
-in {
- "shared/rootPassword.age".publicKeys = main;
- "shared/sethPassword.age".publicKeys = main;
-
- "hosts/atlas/rootPassword.age".publicKeys = atlas;
- "hosts/atlas/userPassword.age".publicKeys = atlas;
- "hosts/atlas/miniflux.age".publicKeys = atlas;
- "hosts/atlas/tailscaleAuthKey.age".publicKeys = atlas;
- "hosts/atlas/cloudflaredCreds.age".publicKeys = atlas;
- "hosts/atlas/cloudflareApiKey.age".publicKeys = atlas;
-}