feat: pull from nas1 directly if not connected
buildbot/nix-eval Build done.

This commit is contained in:
Greg Hellings
2026-02-18 12:38:56 -06:00
parent 060acfd41f
commit 504bfcdd8f
+3 -1
View File
@@ -57,9 +57,11 @@ in
"gregory.hellings"
]; # For home and for work machines
substituters =
(lib.optionals cfg.cache [
(if cfg.cache then [
#"http://chronicles.shire-zebra.ts.net:9000/binary-cache/"
"http://nas1.shire-zebra.ts.net:8080/default"
] else [
"http://nas1.thehellings.lan:8080/default"
])
++ [
"https://ai.cachix.org"