Configure Nix HTTP proxy on hosts
NixOS switch cloud-pc / switch (push) Failing after 1m28s
NixOS switch mini-pc / switch (push) Failing after 1m26s

This commit is contained in:
Dmitry
2026-05-30 15:05:01 +03:00
parent 8ed947e48b
commit 058044074a
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -9,6 +9,8 @@
./hardware.nix
];
nix.settings.http-proxy = "http://192.168.1.10:10172";
networking = {
hostName = "cloud-pc";
useDHCP = false;
+2
View File
@@ -9,6 +9,8 @@
./hardware.nix
];
nix.settings.http-proxy = "http://192.168.1.10:10172";
networking = {
hostName = "mini-pc";
useDHCP = false;