Fix typo in postgres config
This commit is contained in:
parent
e717102a93
commit
3787fb37be
@ -4,7 +4,7 @@
|
|||||||
enable = true;
|
enable = true;
|
||||||
enableJIT = true;
|
enableJIT = true;
|
||||||
enableTCPIP = true;
|
enableTCPIP = true;
|
||||||
extensions = ps: with pkgs ps; [ pgvector ];
|
extensions = ps: with ps; [ pgvector ];
|
||||||
authentication = ''
|
authentication = ''
|
||||||
# Allow access to everything from gunter
|
# Allow access to everything from gunter
|
||||||
host all all 10.69.30.105/32 scram-sha-256
|
host all all 10.69.30.105/32 scram-sha-256
|
||||||
|
Loading…
x
Reference in New Issue
Block a user