diff options
-rw-r--r-- | system/prefect.nix | 1 |
1 files changed, 0 insertions, 1 deletions
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; |