epyc: let authentication remote
This commit is contained in:
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…
Reference in a new issue