From 85b6c0a559d066e0bbaa0ee9432164b499ead9da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonardo=20Eug=C3=AAnio?= Date: Tue, 16 Jan 2024 12:38:16 -0300 Subject: [PATCH] network: open deluge port --- system/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/system/configuration.nix b/system/configuration.nix index 0cc6f80..dc5ac8e 100644 --- a/system/configuration.nix +++ b/system/configuration.nix @@ -24,6 +24,7 @@ networking.networkmanager.enable = true; # Open kde connect ports programs.kdeconnect.enable = true; + networking.firewall.allowedTCPPorts = [ 55201 ]; # Set your time zone. time.timeZone = "America/Sao_Paulo";