From 3903da95e7b071d26b12daa7d19eee2604162e20 Mon Sep 17 00:00:00 2001 From: Griffin Smith Date: Fri, 22 Jul 2022 10:39:09 -0400 Subject: fix(grfn/system): Don't use whitby as substituter, only builder I've found that this is the best way to convince nix to actually prefer cache.nixos.org - it tries to use whitby as a builder, then if the store path is already built it just downloads it. Change-Id: I4c78079bfb0013155feb2d39f60d99779123109e Reviewed-on: https://cl.tvl.fyi/c/depot/+/5972 Reviewed-by: grfn Autosubmit: grfn Tested-by: BuildkiteCI --- users/grfn/system/system/machines/ogopogo.nix | 2 +- users/grfn/system/system/modules/tvl.nix | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'users/grfn') diff --git a/users/grfn/system/system/machines/ogopogo.nix b/users/grfn/system/system/machines/ogopogo.nix index c3bf4e329f..aad9204a0c 100644 --- a/users/grfn/system/system/machines/ogopogo.nix +++ b/users/grfn/system/system/machines/ogopogo.nix @@ -7,7 +7,7 @@ ../modules/xserver.nix ../modules/fonts.nix ../modules/sound.nix - # ../modules/tvl.nix + ../modules/tvl.nix ../modules/development.nix ../modules/work/kolide.nix ]; diff --git a/users/grfn/system/system/modules/tvl.nix b/users/grfn/system/system/modules/tvl.nix index 3c0326c664..fc189972da 100644 --- a/users/grfn/system/system/modules/tvl.nix +++ b/users/grfn/system/system/modules/tvl.nix @@ -18,7 +18,6 @@ settings = { substituters = [ "https://cache.nixos.org" - "ssh://nix-ssh@whitby.tvl.fyi" ]; trusted-substituters = [ "https://cache.nixos.org" -- cgit 1.4.1