From ffa71a694a453bff1507dd259f642765c8885ac7 Mon Sep 17 00:00:00 2001 From: LavaDesu Date: Tue, 20 May 2025 02:35:07 +1000 Subject: [PATCH] hosts/dandelion: add wg secret --- hosts/dandelion/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/dandelion/default.nix b/hosts/dandelion/default.nix index 4268910..55a46bc 100644 --- a/hosts/dandelion/default.nix +++ b/hosts/dandelion/default.nix @@ -5,6 +5,7 @@ age.secrets = { acme_dns.file = ../../secrets/acme_dns.age; + wg_dandelion.file = ../../secrets/wg_dandelion.age; }; imports = with modules.system; [