diff options
Diffstat (limited to 'Biz')
-rw-r--r-- | Biz/OsBase.nix | 2 |
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; |