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