adding pgvector

This commit is contained in:
2026-04-27 12:55:43 -04:00
parent 9f2d3a3c89
commit 353a9d6787
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -12,6 +12,7 @@ in
services.postgresql = {
enable = true;
package = pkgs.postgresql_17_jit;
extensions = ps: with ps; [ pgvector ];
enableTCPIP = true;
enableJIT = true;
dataDir = "${vars.database}/postgres";