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 = ''