Files
nixos/system/proxy.nix
T
2025-05-19 17:53:19 -05:00

6 lines
191 B
Nix

{ ... }: {
# Configure network proxy if necessary
# networking.proxy.default = "http://user:password@proxy:port/";
# networking.proxy.noProxy = "127.0.0.1,localhost,internal.domain";
}