From e8088b507c9795c700aaf309fe0da0baa3857125 Mon Sep 17 00:00:00 2001 From: RGBCube Date: Tue, 30 Apr 2024 12:56:07 +0300 Subject: [PATCH] Fix pg conf --- hosts/cube/postgresql.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/cube/postgresql.nix b/hosts/cube/postgresql.nix index 54c3891..0893ba0 100644 --- a/hosts/cube/postgresql.nix +++ b/hosts/cube/postgresql.nix @@ -27,7 +27,7 @@ in systemConfiguration { authentication = mkOverride 10 '' # Type Database DBUser Authentication IdentMap - local sameuser all peer map=superuser_map + local all all peer map=superuser_map ''; identMap = ''