From 1c5b182fe706e1d4ee0e0a1760ce45073499a5dc Mon Sep 17 00:00:00 2001 From: s-prechtl Date: Tue, 9 Dec 2025 15:57:10 +0100 Subject: [PATCH] feat: change nonce user --- hosts/hitsugibune/nextcloud.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/hitsugibune/nextcloud.nix b/hosts/hitsugibune/nextcloud.nix index 3c3b1d8..9ad6f5c 100644 --- a/hosts/hitsugibune/nextcloud.nix +++ b/hosts/hitsugibune/nextcloud.nix @@ -15,8 +15,8 @@ }; age.secrets.onlyoffice-nonce = { file = ../../secrets/onlyoffice-nonce.age; - owner = "onlyoffice"; - group = "onlyoffice"; + owner = config.services.nginx.user; + group = config.services.nginx.group; }; networking.firewall.allowedTCPPorts = [80 443]; services.nextcloud = {