summary refs log tree commit diff stats
path: root/system/services/firewall/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'system/services/firewall/default.nix')
-rw-r--r--system/services/firewall/default.nix11
1 files changed, 0 insertions, 11 deletions
diff --git a/system/services/firewall/default.nix b/system/services/firewall/default.nix
deleted file mode 100644
index 23dbcc4..0000000
--- a/system/services/firewall/default.nix
+++ /dev/null
@@ -1,11 +0,0 @@
-# vim: ts=2
-{...}: {
-  networking.firewall = {
-    allowedTCPPorts = [
-      # for mail protocols:
-      465 # SMTP SSL
-      995 # POP3 SSL
-      993 # IMAP SSL
-    ];
-  };
-}