Add pvector for postgres
Some checks failed
Run nix flake check / flake-check (push) Has been cancelled
Some checks failed
Run nix flake check / flake-check (push) Has been cancelled
This commit is contained in:
parent
df6480be4e
commit
e717102a93
@ -4,6 +4,7 @@
|
||||
enable = true;
|
||||
enableJIT = true;
|
||||
enableTCPIP = true;
|
||||
extensions = ps: with pkgs ps; [ pgvector ];
|
||||
authentication = ''
|
||||
# Allow access to everything from gunter
|
||||
host all all 10.69.30.105/32 scram-sha-256
|
||||
|
Loading…
x
Reference in New Issue
Block a user