spec(eientei): fix proxy
This commit is contained in:
parent
81234bcd8c
commit
694c5d1e8e
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue