about summary refs log tree commit diff
path: root/machines
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2016-02-26 03:22:02 +0100
committerProfpatsch <mail@profpatsch.de>2016-02-26 03:22:02 +0100
commit91a1a03274e2ddd5eb434689ef53af6cf4bdcf39 (patch)
treea12ff822c8a1a665acc65c89f2dcde0496735cd6 /machines
parent21b1c09bc378447892c9598f7358b1b6031b9f3d (diff)
machines/katara: disable firewall
phew
Diffstat (limited to 'machines')
-rw-r--r--machines/profpatsch/katara.nix9
1 files changed, 1 insertions, 8 deletions
diff --git a/machines/profpatsch/katara.nix b/machines/profpatsch/katara.nix
index f949a390..f0c646d2 100644
--- a/machines/profpatsch/katara.nix
+++ b/machines/profpatsch/katara.nix
@@ -50,14 +50,7 @@ in {
     networking.hostName = "katara";
     networking.networkmanager.enable = true;
 
-    networking.firewall = {
-      enable = true;
-      # Programmer’s dilemma
-      allowedTCPPortRanges = [
-        { from = 8000; to = 8005; }
-        { from = 8080; to = 8085; }
-      ];
-    };
+    networking.firewall.enable = false;
 
     i18n = {
       consoleFont = "lat9w-16";