fix(eientei): fix proxy

This commit is contained in:
514fpv 2024-02-02 07:33:30 +08:00
parent 8e935ab6aa
commit f25a3261ca
Signed by: koishi
SSH key fingerprint: SHA256:axz0uIzzY+5W19i7QOUuiw5LSqhKfCBKPf3L4xFRxLw

View file

@ -33,7 +33,7 @@
boot.initrd.systemd.services.zfs-import-eientei.after = [ "cryptsetup.target" ]; boot.initrd.systemd.services.zfs-import-eientei.after = [ "cryptsetup.target" ];
networking.proxy = { networking.proxy = {
default = "socks5://192.168.1.253:1080"; allProxy = "socks5://192.168.1.253:1080";
noProxy = "10.0.0.0/8,172.16.0.0/12,192.168.0.0/16,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";
}; };