Skip to content

Commit

Permalink
Tweak postgres auth
Browse files Browse the repository at this point in the history
  • Loading branch information
prasmussen committed Jan 19, 2024
1 parent 67879ea commit d6fd108
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions service.nix
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ in
authentication = lib.mkOverride 10 ''
local all all trust
host all all ::1/128 trust
host all all 127.0.0.1/32 md5
'';

initialScript = pkgs.writeText "backend-initScript" ''
Expand Down

0 comments on commit d6fd108

Please sign in to comment.