From ae34da34985f25ce7fe7f7518b3b3f356a114a0a Mon Sep 17 00:00:00 2001 From: Nick Date: Fri, 18 Oct 2024 13:19:59 -0500 Subject: [PATCH] feat: nextcloud test --- nixos/modules/services/nextcloud.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nixos/modules/services/nextcloud.nix b/nixos/modules/services/nextcloud.nix index 7f270ed..db1d0d7 100755 --- a/nixos/modules/services/nextcloud.nix +++ b/nixos/modules/services/nextcloud.nix @@ -98,8 +98,8 @@ in { }; systemd.tmpfiles.rules = [ - "Z ${nextcloud.paths.path0} 770 ${nextcloud.name} ${nextcloud.name} -" - "Z ${nextcloud.sops.path0} 770 ${nextcloud.name} ${nextcloud.name} -" + "Z ${nextcloud.paths.path0} 750 ${nextcloud.name} ${nextcloud.name} -" + "Z ${nextcloud.sops.path0} 750 ${nextcloud.name} ${nextcloud.name} -" ]; users.users.${nextcloud.name}.extraGroups = ["caddy" "nginx" "postgres"];