epyc: let authentication remote

This commit is contained in:
Raito Bezarius 2023-08-22 21:17:31 +02:00
parent 69aac159fa
commit 6eec25d2bb

View file

@ -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 = {