From b99e4a30804cd69a9df16bf329e16fca9073d1a3 Mon Sep 17 00:00:00 2001 From: Nick Date: Sun, 27 Oct 2024 13:56:16 -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 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"; };