0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 14:10:33 +03:00

Merge master into staging-next

This commit is contained in:
nixpkgs-ci[bot] 2025-05-27 00:16:40 +00:00 committed by GitHub
commit eea72e93eb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
45 changed files with 511 additions and 134 deletions

View file

@ -247,7 +247,7 @@ in
# Since we're using DynamicUser, we can't add the e.g. nginx user to
# a postgrest group, so the unix socket must be world-readable to make it useful.
services.postgrest.settings.service-unix-socket-mode = "666";
services.postgrest.settings.server-unix-socket-mode = "666";
systemd.services.postgrest = {
description = "PostgREST";