epyc: let authentication remote

main
Raito Bezarius 1 year ago
parent 69aac159fa
commit 6eec25d2bb

@ -19,6 +19,9 @@ in
# Open public access to our PostgreSQL.
services.postgresql.enableTCPIP = true;
services.postgresql.authentication = ''
host hydra-nixos-org hydra_ro ::/0 trust
'';
networking.firewall.allowedTCPPorts = [ 5432 ];
virtualisation.nvisor.vms = {

Loading…
Cancel
Save