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:
commit
eea72e93eb
45 changed files with 511 additions and 134 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue