fix(eientei): fix noProxy

This commit is contained in:
514fpv 2024-02-02 05:13:13 +08:00
parent 1ee4164f83
commit 28b68562fc
Signed by: koishi
SSH key fingerprint: SHA256:axz0uIzzY+5W19i7QOUuiw5LSqhKfCBKPf3L4xFRxLw

View file

@ -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 ./. [