From fd0e5275d5ae01b63027966a21e066c43407915a Mon Sep 17 00:00:00 2001 From: Nick Date: Sat, 19 Oct 2024 15:11:53 -0500 Subject: [PATCH] feat: wiki test --- nixos/modules/services/wiki.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/services/wiki.nix b/nixos/modules/services/wiki.nix index 03d5e42..71e5d6c 100644 --- a/nixos/modules/services/wiki.nix +++ b/nixos/modules/services/wiki.nix @@ -13,7 +13,7 @@ in { services = { wiki-js = { enable = true; - environmentFile = config.sops.secrets."wiki-pass".path; + environmentFile = config.sops.secrets."${name}-pass".path; settings = { port = ports.port0; bindIP = localhost;