From 7418cec5bcaa2f84d3bd42e71174096882e25b5f Mon Sep 17 00:00:00 2001 From: Nick Date: Fri, 18 Oct 2024 14:04:45 -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 7694ee3..6a6a089 100755 --- a/nixos/modules/services/nextcloud.nix +++ b/nixos/modules/services/nextcloud.nix @@ -98,10 +98,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"];