about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--users/grfn/system/system/machines/ogopogo.nix2
-rw-r--r--users/grfn/system/system/modules/tvl.nix1
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 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"