diff --git a/nixos/modules/services/wiki.nix b/nixos/modules/services/wiki.nix index 4aeafdf..4021f0f 100755 --- a/nixos/modules/services/wiki.nix +++ b/nixos/modules/services/wiki.nix @@ -51,7 +51,7 @@ in { sops = let sopsSecrets = ["pass" "ssh"]; sopsPath = secret: { - path = "${service.sops.path0}/${service.name}-${secret}"; + path = "${service.sops.path0}/${secret}"; owner = "root"; mode = "600"; };