diff options
| author | Franck Cuny <franck@fcuny.net> | 2025-11-20 10:35:18 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2025-11-20 10:35:18 -0800 |
| commit | 938db48a818a5c0629ee8111934b7d928f3a6900 (patch) | |
| tree | b67cfcc2956562b1d9487b0f19c7faea7e894ef1 /secrets/secrets.nix | |
| parent | configure backups correctly (diff) | |
| download | infra-938db48a818a5c0629ee8111934b7d928f3a6900.tar.gz | |
move acme configurations to a profile
Clean up API keys for Cloudflare.
Diffstat (limited to '')
| -rw-r--r-- | secrets/secrets.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/secrets/secrets.nix b/secrets/secrets.nix index 2b6022b..0204f4f 100644 --- a/secrets/secrets.nix +++ b/secrets/secrets.nix @@ -10,8 +10,9 @@ let }; in { - "cloudflare-nginx.age".publicKeys = [ + "cloudflare-env.age".publicKeys = [ users.fcuny + hosts.rivendell hosts.do ]; "restic-pw.age".publicKeys = [ |
