From 075b4166d9d5e12b5ccb2c08e725d5baca040d0f Mon Sep 17 00:00:00 2001 From: Gustav Bruhn Date: Fri, 21 Mar 2025 13:28:08 +0100 Subject: [PATCH] 62 current 2025-03-21 13:28:05 25.05.20250315.c80f6a7 6.12.19 * --- hosts/framework/configuration.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/hosts/framework/configuration.nix b/hosts/framework/configuration.nix index 6f0daad..7b35f26 100644 --- a/hosts/framework/configuration.nix +++ b/hosts/framework/configuration.nix @@ -21,6 +21,13 @@ # Enable networking networking.networkmanager.enable = true; services.avahi.enable = true; + networking.firewall = { + enable = true; + allowedTCPPorts = [8080]; + allowedUDPPorts = [ + 8080 + ]; + }; # Set your time zone. time.timeZone = "Europe/Stockholm";