feat(eientei): add proxy configuration
This commit is contained in:
parent
f3218d7794
commit
57549b647e
1 changed files with 5 additions and 0 deletions
|
@ -29,6 +29,11 @@
|
||||||
};
|
};
|
||||||
boot.initrd.systemd.services.zfs-import-eientei.after = [ "cryptsetup.target" ];
|
boot.initrd.systemd.services.zfs-import-eientei.after = [ "cryptsetup.target" ];
|
||||||
|
|
||||||
|
networking.proxy = {
|
||||||
|
default = "socks5://192.168.1.253:1080";
|
||||||
|
noProxy = "127.0.0.1,localhost,.localdomain";
|
||||||
|
};
|
||||||
|
|
||||||
imports = lib.pipe ./. [
|
imports = lib.pipe ./. [
|
||||||
builtins.readDir
|
builtins.readDir
|
||||||
(lib.filterAttrs (n: ty: ty == "regular" && n != "default.nix"))
|
(lib.filterAttrs (n: ty: ty == "regular" && n != "default.nix"))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue