From 4508aa4e0ec94595fc6d4211d3d6ff04bc0f8e6d Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Thu, 10 Jul 2025 11:37:02 -0500 Subject: use tamzen for terminal font on T495 and update wifis --- modules/root/firewall.nix | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 modules/root/firewall.nix (limited to 'modules/root/firewall.nix') 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 + ]; + }; +} -- cgit v1.2.3