Fix typo in postgres config
Some checks failed
Run nix flake check / flake-check (push) Failing after 8m7s
Periodic flake update / flake-update (push) Successful in 1m29s

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

View File

@ -4,7 +4,7 @@
enable = true;
enableJIT = true;
enableTCPIP = true;
extensions = ps: with pkgs ps; [ pgvector ];
extensions = ps: with ps; [ pgvector ];
authentication = ''
# Allow access to everything from gunter
host all all 10.69.30.105/32 scram-sha-256