From 8e27b7dbad41ef63bb42d1bf783be7ff6af5c045 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Sun, 13 Nov 2022 18:40:08 -0500 Subject: Add Biz/Dev as a default substituter There's probably a better way to do this but this should work for now I guess. --- Biz/OsBase.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Biz/OsBase.nix b/Biz/OsBase.nix index ba67fb5..29c87bf 100644 --- a/Biz/OsBase.nix +++ b/Biz/OsBase.nix @@ -4,7 +4,7 @@ let in { boot.cleanTmpDir = true; networking.firewall.allowPing = true; - nix.settings.substituters = [ "https://cache.nixos.org" ]; + nix.settings.substituters = [ "https://cache.nixos.org" "ssh://dev.simatime.com" ]; nix.gc.automatic = true; nix.gc.dates = "Sunday 02:15"; nix.optimise.automatic = true; -- cgit v1.2.3