mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
nixos/postgrest: fix typo in name of configuration options (#411197)
The config-file key is 'server-unix-socket-mode', not 'service-unix-socket-mode'.
This commit is contained in:
parent
ceff388053
commit
b134f3148f
1 changed files with 1 additions and 1 deletions
|
@ -247,7 +247,7 @@ in
|
||||||
|
|
||||||
# Since we're using DynamicUser, we can't add the e.g. nginx user to
|
# 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.
|
# 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 = {
|
systemd.services.postgrest = {
|
||||||
description = "PostgREST";
|
description = "PostgREST";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue