diff --git a/configuration.nix b/configuration.nix index d7becc4..3882a9e 100644 --- a/configuration.nix +++ b/configuration.nix @@ -244,7 +244,7 @@ in { # networking.firewall.enable = false; networking.firewall = { - enable = false; + enable = true; allowedTCPPortRanges = [ { from = 1714; to = 1764; } # KDE Connect ];