From acaba6e13af9103dfe95bdd28fa93abcf1f5bdf3 Mon Sep 17 00:00:00 2001 From: vanten-s Date: Wed, 3 Apr 2024 02:42:59 +0200 Subject: [PATCH] Enabled firewall --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ];