Add pvector for postgres
Some checks failed
Run nix flake check / flake-check (push) Has been cancelled

This commit is contained in:
Torjus Håkestad 2025-02-05 13:13:33 +01:00
parent df6480be4e
commit e717102a93
Signed by: torjus
SSH Key Fingerprint: SHA256:KjAds8wHfD2mBYK2H815s/+ABcSdcIHUndwHEdSxml4

View File

@ -4,6 +4,7 @@
enable = true; enable = true;
enableJIT = true; enableJIT = true;
enableTCPIP = true; enableTCPIP = true;
extensions = ps: with pkgs 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