Files
nix-flake/modules/system/proxy.nix
2026-01-28 11:41:51 +03:00

4 lines
146 B
Nix

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