prefect: disallow remote access to postgres
Alan Pearce alan@alanpearce.eu
Tue, 13 Apr 2021 17:23:30 +0200
1 files changed, 0 insertions(+), 1 deletions(-)
jump to
M system/prefect.nix → system/prefect.nix
@@ -71,7 +71,6 @@ # TYPE DATABASE USER ADDRESS METHOD host all all samenet md5 ''; }; - networking.firewall.allowedTCPPorts = [ config.services.postgresql.port ]; services.openssh = { enable = true;