feat: nextcloud test

This commit is contained in:
Nick 2024-10-18 12:36:42 -05:00
parent 909d70674b
commit 5c5b9988d0

View file

@ -110,10 +110,10 @@ in {
# depends = [server.storage0.mount]; # depends = [server.storage0.mount];
# }; # };
systemd.tmpfiles.rules = [ # systemd.tmpfiles.rules = [
# "Z ${nextcloud.paths.path0} 750 ${nextcloud.name} ${nextcloud.name} -" # "Z ${nextcloud.paths.path0} 750 ${nextcloud.name} ${nextcloud.name} -"
"Z ${nextcloud.sops.path0} 750 ${nextcloud.name} ${nextcloud.name} -" # "Z ${nextcloud.sops.path0} 750 ${nextcloud.name} ${nextcloud.name} -"
]; # ];
users.users.${nextcloud.name}.extraGroups = ["caddy" "nginx" "postgres"]; users.users.${nextcloud.name}.extraGroups = ["caddy" "nginx" "postgres"];