DDJCGCFVRUGNZA4PBKTZA267LYZVC7NP22BRF4N34VZMEH6HV6MQC
O7PKO65N6EGZ5ROHWFF3KBS334G7ADE2DDOWR3BICDUC7WBA4MXAC
}; # some development thing I made on the spot. services.postgresql = { enable = true; package = pkgs.postgresql_10; enableTCPIP = true; authentication = pkgs.lib.mkOverride 10 '' local all all trust host all all ::1/128 trust host all all 127.0.0.1/32 trust '';
};
# some development thing I made on the spot.
services.postgresql = {
enable = true;
package = pkgs.postgresql_10;
enableTCPIP = true;
authentication = pkgs.lib.mkOverride 10 ''
local all all trust
host all all ::1/128 trust
host all all 127.0.0.1/32 trust
'';