Configure Nix HTTP proxy on hosts
This commit is contained in:
@@ -9,6 +9,8 @@
|
||||
./hardware.nix
|
||||
];
|
||||
|
||||
nix.settings.http-proxy = "http://192.168.1.10:10172";
|
||||
|
||||
networking = {
|
||||
hostName = "cloud-pc";
|
||||
useDHCP = false;
|
||||
|
||||
@@ -9,6 +9,8 @@
|
||||
./hardware.nix
|
||||
];
|
||||
|
||||
nix.settings.http-proxy = "http://192.168.1.10:10172";
|
||||
|
||||
networking = {
|
||||
hostName = "mini-pc";
|
||||
useDHCP = false;
|
||||
|
||||
Reference in New Issue
Block a user