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";