All my system configs and packages in one repo
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

systems/laptop: expose proxy port

+3
+3
systems/laptop.nix
··· 107 107 # Update the system timezone according to physical location 108 108 systemd.services.automatic-timezoned.enable = true; 109 109 110 + # Expose proxy 111 + networking.firewall.allowedTCPPorts = [ 2080 ]; 112 + 110 113 # Show a pretty diff 111 114 system = { 112 115 # Thank @luishfonseca for this