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