From b900e797ea557030edb8350bbf732c061f23c7a0 Mon Sep 17 00:00:00 2001 From: Collin Williams <96917990+bluedragon1221@users.noreply.github.com> Date: Sat, 27 Dec 2025 08:55:26 -0600 Subject: module for setting a static ip with systemd-networkd --- secrets/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'secrets/default.nix') diff --git a/secrets/default.nix b/secrets/default.nix index 2254909..b9e8c6f 100644 --- a/secrets/default.nix +++ b/secrets/default.nix @@ -3,6 +3,7 @@ identityPaths = ["/etc/ssh/ssh_host_ed25519_key"]; secrets = { "caddy-tailscale-authkey".file = ./caddy-tailscale-authkey.age; + "williams-psk".file = ./williams-psk.age; }; }; } -- cgit v1.3.1