diff options
Diffstat (limited to 'users')
-rw-r--r-- | users/grfn/system/system/machines/ogopogo.nix | 2 | ||||
-rw-r--r-- | users/grfn/system/system/modules/tvl.nix | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/users/grfn/system/system/machines/ogopogo.nix b/users/grfn/system/system/machines/ogopogo.nix index c3bf4e329fa7..aad9204a0cb8 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 3c0326c66412..fc189972da77 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" |