From e717102a937960b505d6eeaa2107e08a6ff3fdcc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= Date: Wed, 5 Feb 2025 13:13:33 +0100 Subject: [PATCH] Add pvector for postgres --- services/postgres/postgres.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/services/postgres/postgres.nix b/services/postgres/postgres.nix index e31624a..4df9c87 100644 --- a/services/postgres/postgres.nix +++ b/services/postgres/postgres.nix @@ -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