From cce9eae449c3824d19c1db0a11366893b42374b6 Mon Sep 17 00:00:00 2001 From: Nick Date: Fri, 18 Oct 2024 12:26:09 -0500 Subject: [PATCH] feat: nextcloud test --- nixos/modules/services/nextcloud.nix | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/nixos/modules/services/nextcloud.nix b/nixos/modules/services/nextcloud.nix index 8c22670..875799f 100755 --- a/nixos/modules/services/nextcloud.nix +++ b/nixos/modules/services/nextcloud.nix @@ -110,11 +110,10 @@ in { # depends = [server.storage0.mount]; # }; - systemd.tmpfiles.rules = [ - "Z /var/lib/${nextcloud.name} 750 ${nextcloud.name} ${nextcloud.name} -" - # "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"];