From 8e15ee002c613a400c6f7a7358836c8f91012f2d Mon Sep 17 00:00:00 2001 From: Nick Date: Sun, 27 Oct 2024 13:56:48 -0500 Subject: [PATCH] feat: wiki-js 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 4021f0f..9e9e427 100755 --- a/nixos/modules/services/wiki.nix +++ b/nixos/modules/services/wiki.nix @@ -12,7 +12,7 @@ in { services = { wiki-js = { enable = true; - environmentFile = config.sops.secrets."${service.name}-pass".path; + environmentFile = config.sops.secrets."${service.name}/pass".path; settings = { port = service.ports.port0; bindIP = localhost;