From 8bae866e15919621f686993a1e8244dfbf57dada Mon Sep 17 00:00:00 2001 From: RGBCube Date: Tue, 30 Apr 2024 12:56:07 +0300 Subject: [PATCH] Fix indents in pg conf --- hosts/cube/postgresql.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hosts/cube/postgresql.nix b/hosts/cube/postgresql.nix index 84802af..54c3891 100644 --- a/hosts/cube/postgresql.nix +++ b/hosts/cube/postgresql.nix @@ -26,12 +26,12 @@ in systemConfiguration { initdbArgs = [ "--locale=C" "--encoding=UTF8" ]; authentication = mkOverride 10 '' - # Type Database DBUser Authentication IdentMap - local sameuser all peer map=superuser_map + # Type Database DBUser Authentication IdentMap + local sameuser all peer map=superuser_map ''; identMap = '' - # Map System DBUser + # Map System DBUser superuser_map root ^(.*)$ superuser_map postgres ^(.*)$ superuser_map /^(.*)$ \1