From 3787fb37be610e69444b7f688320bd1362d45b25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= Date: Wed, 5 Feb 2025 13:14:24 +0100 Subject: [PATCH] Fix typo in postgres config --- services/postgres/postgres.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/postgres/postgres.nix b/services/postgres/postgres.nix index 4df9c87..45aa7b0 100644 --- a/services/postgres/postgres.nix +++ b/services/postgres/postgres.nix @@ -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