From 52d648de2363adac2f34bac11098c6ef7c6bb0a7 Mon Sep 17 00:00:00 2001 From: Nick Date: Fri, 18 Oct 2024 02:29:19 -0500 Subject: [PATCH] feat: nextcloud test --- nixos/modules/services/nextcloud.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/nixos/modules/services/nextcloud.nix b/nixos/modules/services/nextcloud.nix index a5964ee..937895f 100755 --- a/nixos/modules/services/nextcloud.nix +++ b/nixos/modules/services/nextcloud.nix @@ -110,10 +110,10 @@ in { # depends = [server.storage0.mount]; # }; - systemd.tmpfiles.rules = [ - "Z ${nextcloud.paths.path0} 750 ${nextcloud.name} ${nextcloud.name} -" - "Z ${nextcloud.sops.path0} 750 ${nextcloud.name} ${nextcloud.name} -" - ]; + # systemd.tmpfiles.rules = [ + # "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"];