diff options
| author | seth <[email protected]> | 2023-08-04 13:31:42 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-08-04 13:32:48 -0400 |
| commit | b4600bce3f9314e8d7c459be0f170b91031e4dcc (patch) | |
| tree | e520de0664ab3012e34ca07d862565ea07cae4af /secrets/secrets.nix | |
| parent | c71dd50f7c1b99a2a1a6d8ab91597bd2e7113840 (diff) | |
hosts/atlas+p-body: use cloudflared
Diffstat (limited to 'secrets/secrets.nix')
| -rw-r--r-- | secrets/secrets.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/secrets/secrets.nix b/secrets/secrets.nix index 40a4e79..aa57c27 100644 --- a/secrets/secrets.nix +++ b/secrets/secrets.nix @@ -17,6 +17,7 @@ in { "hosts/atlas/secretsJson.age".publicKeys = atlas; "hosts/atlas/miniflux.age".publicKeys = atlas; "hosts/atlas/tailscaleAuthKey.age".publicKeys = atlas; + "hosts/atlas/cloudflaredCreds.age".publicKeys = atlas; "hosts/p-body/rootPassword.age".publicKeys = p-body; "hosts/p-body/userPassword.age".publicKeys = p-body; @@ -25,4 +26,5 @@ in { "hosts/p-body/clusterToken.age".publicKeys = p-body; "hosts/p-body/secretsJson.age".publicKeys = p-body; "hosts/p-body/tailscaleAuthKey.age".publicKeys = p-body; + "hosts/p-body/cloudflaredCreds.age".publicKeys = p-body; } |
