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";