From 6db05df6a78dcfc9e82113fdc217ac176ba295df Mon Sep 17 00:00:00 2001 From: andromeda Date: Fri, 2 Jan 2026 18:37:27 +0100 Subject: [PATCH] add firewall xD --- machines/109-199-104-83/configuration.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/machines/109-199-104-83/configuration.nix b/machines/109-199-104-83/configuration.nix index f8484f5..7e170ee 100644 --- a/machines/109-199-104-83/configuration.nix +++ b/machines/109-199-104-83/configuration.nix @@ -100,6 +100,11 @@ usePredictableInterfaceNames = true; hostName = machine.hostname; domain = "galaxious.de"; + firewall = { + enable = true; + allowedTCPPorts = [80 443]; + allowedUDPPorts = [80 443]; + }; }; systemd.network = { enable = true;