spec(eientei): fix proxy
This commit is contained in:
parent
c9ed48c1f8
commit
b36c19a6a8
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@
|
|||
boot.initrd.systemd.services.zfs-import-eientei.after = [ "cryptsetup.target" ];
|
||||
|
||||
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";
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue