feat: nextcloud test

This commit is contained in:
Nick 2024-10-18 13:19:59 -05:00
parent a722201db1
commit ae34da3498

View file

@ -98,8 +98,8 @@ in {
}; };
systemd.tmpfiles.rules = [ systemd.tmpfiles.rules = [
"Z ${nextcloud.paths.path0} 770 ${nextcloud.name} ${nextcloud.name} -" "Z ${nextcloud.paths.path0} 750 ${nextcloud.name} ${nextcloud.name} -"
"Z ${nextcloud.sops.path0} 770 ${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"];