feat: nextcloud test

This commit is contained in:
Nick 2024-10-18 11:54:17 -05:00
parent a0200b7657
commit 0c1e4e962f

View file

@ -112,7 +112,7 @@ in {
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"];