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, 7 insertions, 0 deletions
diff --git a/modules/root/firewall.nix b/modules/root/firewall.nix
new file mode 100644
index 0000000..e038cbe
--- /dev/null
+++ b/modules/root/firewall.nix
@@ -0,0 +1,7 @@
+{
+ networking.firewall = {
+ allowedTCPPorts = [
+ 8080
+ ];
+ };
+}