From 6f9b285bdb935fbab99978307034c7458ddc9d09 Mon Sep 17 00:00:00 2001 From: Collin Williams <96917990+bluedragon1221@users.noreply.github.com> Date: Thu, 25 Dec 2025 11:49:29 -0600 Subject: asdf --- secrets/default.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'secrets/default.nix') diff --git a/secrets/default.nix b/secrets/default.nix index 4571e52..2254909 100644 --- a/secrets/default.nix +++ b/secrets/default.nix @@ -1,6 +1,8 @@ { age = { identityPaths = ["/etc/ssh/ssh_host_ed25519_key"]; - secrets = {}; + secrets = { + "caddy-tailscale-authkey".file = ./caddy-tailscale-authkey.age; + }; }; } -- cgit v1.3.1