summaryrefslogtreecommitdiff
path: root/Biz
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2022-11-13 18:40:08 -0500
committerBen Sima <ben@bsima.me>2022-11-13 18:40:08 -0500
commit8e27b7dbad41ef63bb42d1bf783be7ff6af5c045 (patch)
tree0aaf542888d9098f8c84e822b08ac10100058f5c /Biz
parenta4e5f66ccaffff99c7520a888a1dab18db2bdf16 (diff)
Add Biz/Dev as a default substituter
There's probably a better way to do this but this should work for now I guess.
Diffstat (limited to 'Biz')
-rw-r--r--Biz/OsBase.nix2
1 files changed, 1 insertions, 1 deletions
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;