From b53f03bb7dc3f87979851571e331a921d6e9d43b Mon Sep 17 00:00:00 2001 From: Zuckerberg Date: Wed, 8 Mar 2023 23:45:49 -0700 Subject: [PATCH] Fix typo --- common/network/hosts.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/network/hosts.nix b/common/network/hosts.nix index 3438a2c..4afe7c1 100644 --- a/common/network/hosts.nix +++ b/common/network/hosts.nix @@ -106,5 +106,5 @@ in { environment.shellAliases = concatMapAttrs (host: addr: {"unlock-over-tor_${host}" = "torsocks ssh root@${addr}";}) unlock-onion-hosts // - concatMapAttrs (host: addr: {"unlock_${host}" = "torsocks ssh root@${addr}";}) unlock-clearnet-hosts; + concatMapAttrs (host: addr: {"unlock_${host}" = "ssh root@${addr}";}) unlock-clearnet-hosts; } \ No newline at end of file