Fix typo
This commit is contained in:
parent
dee0243268
commit
b53f03bb7d
@ -106,5 +106,5 @@ in {
|
|||||||
environment.shellAliases =
|
environment.shellAliases =
|
||||||
concatMapAttrs (host: addr: {"unlock-over-tor_${host}" = "torsocks ssh root@${addr}";}) unlock-onion-hosts
|
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;
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user