diff --git a/configuration.nix b/configuration.nix index c3885e8..74708f6 100755 --- a/configuration.nix +++ b/configuration.nix @@ -195,7 +195,13 @@ ]; }; - services.postgresql.enable = true; + services.postgresql = { + enable = true; + + identMap = '' + postgres roy postgres + ''; + }; # Open ports in the firewall. # networking.firewall.allowedTCPPorts = [ ... ];