fix socket perm

This commit is contained in:
XenGi 2026-08-03 11:41:09 +02:00
commit 98cf1cda84
Signed by: xengi
SSH key fingerprint: SHA256:jxWM2RTHvxxcncXycwwWkP7HCWb4VREN05UGJTbIPZg

View file

@ -22,7 +22,7 @@ in
enforce_domain = true;
root_url = "https://${fqdn}:443/";
protocol = "socket";
socket_gid = 60; # nginx
socket_mode = "0666";
};
database = {
type = "postgres";