diff --git a/hosts/thinkpad/configs/firewall.nix b/hosts/thinkpad/configs/firewall.nix index 3ad0b32..2476c49 100644 --- a/hosts/thinkpad/configs/firewall.nix +++ b/hosts/thinkpad/configs/firewall.nix @@ -3,10 +3,9 @@ networking.firewall = { enable = true; - allowedUDPPorts = [ - 3224 - ]; allowedTCPPorts = [ ]; + allowedUDPPorts = [ + ]; }; } diff --git a/hosts/thinkpad/configuration.nix b/hosts/thinkpad/configuration.nix index 4f436ad..b763eaa 100755 --- a/hosts/thinkpad/configuration.nix +++ b/hosts/thinkpad/configuration.nix @@ -17,7 +17,7 @@ ./system/shell.nix ./system/remap.nix ./system/ssd.nix - ./configs/firewall.nix + #./configs/firewall.nix # rice and other usefull apps ./desktop.nix diff --git a/hosts/thinkpad/dev.nix b/hosts/thinkpad/dev.nix index 6ced3a0..821d414 100755 --- a/hosts/thinkpad/dev.nix +++ b/hosts/thinkpad/dev.nix @@ -16,11 +16,9 @@ # nix pkg fetcher nurl #nix-init - postman beekeeper-studio # mysql postgres ... client insomnia # http client - redisinsight ];