From 909d70674b2eca5d286e80e1678474660692ca4b Mon Sep 17 00:00:00 2001 From: Nick Date: Fri, 18 Oct 2024 12:35:37 -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 875799f..d504b2d 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"];