prefect: disallow remote access to postgres
1 file changed, 0 insertions(+), 1 deletion(-)
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;