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;