From 69db6e160bc269f85961e4d87377bc41a0372784 Mon Sep 17 00:00:00 2001 From: LavaDesu Date: Wed, 2 Feb 2022 18:08:26 +0700 Subject: [PATCH] hosts/sugarcane: add wg secret --- hosts/sugarcane/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/sugarcane/default.nix b/hosts/sugarcane/default.nix index c99a6bf..b0fa44e 100644 --- a/hosts/sugarcane/default.nix +++ b/hosts/sugarcane/default.nix @@ -5,6 +5,7 @@ age.secrets = { passwd.file = ../../secrets/passwd.age; + wg_sugarcane.file = ../../secrets/wg_sugarcane.age; }; imports = with modules.system; [ (modulesPath + "/profiles/qemu-guest.nix")