From 4abd62e3cfff4e6296da65616a2117ebeb0ea57f Mon Sep 17 00:00:00 2001 From: Leah Amelia Chen Date: Fri, 6 Mar 2026 15:46:35 +0800 Subject: [PATCH] systems/laptop: expose proxy port --- systems/laptop.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/systems/laptop.nix b/systems/laptop.nix index 844a2b9..4e0c82d 100644 --- a/systems/laptop.nix +++ b/systems/laptop.nix @@ -107,6 +107,9 @@ # Update the system timezone according to physical location systemd.services.automatic-timezoned.enable = true; + # Expose proxy + networking.firewall.allowedTCPPorts = [ 2080 ]; + # Show a pretty diff system = { # Thank @luishfonseca for this -- 2.51.2