all repos — nixfiles @ 3115ebec075af3cef16532e9fec5748b878a9d48

System and user configuration, managed by nix and home-manager

prefect: disallow remote access to postgres

Alan Pearce
commit

3115ebec075af3cef16532e9fec5748b878a9d48

parent

058b2f418cb051edee623f049a16613d0578e8d6

1 file changed, 0 insertions(+), 1 deletion(-)

jump to
M system/prefect.nixsystem/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;