summaryrefslogtreecommitdiff
path: root/modules/root/firewall.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/root/firewall.nix')
-rw-r--r--modules/root/firewall.nix7
1 files changed, 0 insertions, 7 deletions
diff --git a/modules/root/firewall.nix b/modules/root/firewall.nix
deleted file mode 100644
index e038cbe..0000000
--- a/modules/root/firewall.nix
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- networking.firewall = {
- allowedTCPPorts = [
- 8080
- ];
- };
-}