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;