diff options
| author | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2025-12-30 10:23:03 -0600 |
|---|---|---|
| committer | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2025-12-30 10:23:03 -0600 |
| commit | 2c121c5411a78a5e8fc98b145c9667c8528e238c (patch) | |
| tree | 6b2a2e3dd330bbb22ab5bc293bddc2d3f44fea90 /secrets/default.nix | |
| parent | 098f38e12ccc6317d7fe101e7de3e0d62c84cc86 (diff) | |
new secrets-management system
Diffstat (limited to 'secrets/default.nix')
| -rw-r--r-- | secrets/default.nix | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/secrets/default.nix b/secrets/default.nix deleted file mode 100644 index b9e8c6f..0000000 --- a/secrets/default.nix +++ /dev/null @@ -1,9 +0,0 @@ -{ - age = { - identityPaths = ["/etc/ssh/ssh_host_ed25519_key"]; - secrets = { - "caddy-tailscale-authkey".file = ./caddy-tailscale-authkey.age; - "williams-psk".file = ./williams-psk.age; - }; - }; -} |
