From 3115ebec075af3cef16532e9fec5748b878a9d48 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Tue, 13 Apr 2021 17:23:30 +0200 Subject: prefect: disallow remote access to postgres --- system/prefect.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/system/prefect.nix b/system/prefect.nix index f9146e8e..fafd228a 100644 --- a/system/prefect.nix +++ b/system/prefect.nix @@ -71,7 +71,6 @@ host all all samenet md5 ''; }; - networking.firewall.allowedTCPPorts = [ config.services.postgresql.port ]; services.openssh = { enable = true; -- cgit 1.4.1