From 9f979bb847215bd70b48aa8a847ac251f563052c Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Fri, 27 May 2022 01:10:41 -0400 Subject: [PATCH] tweak(cachix/ssh): route through tailscale --- modules/devos/cachix/ssh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/devos/cachix/ssh.nix b/modules/devos/cachix/ssh.nix index 086de37..b66a336 100644 --- a/modules/devos/cachix/ssh.nix +++ b/modules/devos/cachix/ssh.nix @@ -2,6 +2,6 @@ { nix.settings.substituters = lib.mkIf (config.networking.hostName != "Infini-DESKTOP") ((if config.info.loc.home then (lib.mkOrder 300) else lib.mkAfter) [ - "ssh://server.doge-inc.net" + "ssh://infini-desktop" ]); }