fix(eientei): fix noProxy
This commit is contained in:
parent
1ee4164f83
commit
28b68562fc
|
@ -15,6 +15,7 @@
|
|||
fs.cryptsetup.uuids.secret = "c33c9b18-a280-42d7-8740-3f8d3f60dc43";
|
||||
boot.lanzaboote = true;
|
||||
acme.enable = true;
|
||||
oci.enable = true;
|
||||
};
|
||||
|
||||
services.fstrim.enable = true;
|
||||
|
@ -33,7 +34,7 @@
|
|||
|
||||
networking.proxy = {
|
||||
default = "socks5://192.168.1.253:1080";
|
||||
noProxy = "127.0.0.1,localhost,.localdomain";
|
||||
noProxy = "10.0.0.0/8,172.16.0.0/12,192.168.0.0/16,127.0.0.1,localhost,.localdomain";
|
||||
};
|
||||
|
||||
imports = lib.pipe ./. [
|
||||
|
|
Loading…
Reference in a new issue