From 03f240300ef6ac81b26b513c5b5c26eea95f4a0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Charlotte=20=F0=9F=A6=9D=20Delenk?= Date: Sat, 4 Feb 2023 13:26:05 +0100 Subject: [PATCH] hotfix postgresql auth --- config/services/postgres.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/services/postgres.nix b/config/services/postgres.nix index 07adb915..ecad88d4 100644 --- a/config/services/postgres.nix +++ b/config/services/postgres.nix @@ -6,7 +6,7 @@ services.postgresql = { enable = true; enableTCPIP = true; - authentication = "host all all fd0d:a262:1fa6:e621::/64 md5"; + authentication = "host all all fd7a:115c:a1e0:ab12::/64 md5"; settings = { shared_preload_libraries = "pg_stat_statements"; "pg_stat_statements.track" = "all"; -- 2.47.0