From 60ec5f5aa650bf0a73c59922cc3da9f97af7b8dc Mon Sep 17 00:00:00 2001 From: Nick Date: Sat, 19 Oct 2024 15:32:13 -0500 Subject: [PATCH] feat: wiki 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 71e5d6c..41b3ce4 100644 --- a/nixos/modules/services/wiki.nix +++ b/nixos/modules/services/wiki.nix @@ -41,7 +41,7 @@ in { sopsSecrets = ["pass"]; sopsPath = secret: { path = "${sops.path0}/${name}-${secret}"; - owner = name; + owner = "root"; mode = "600"; }; in {