tweak(cachix/ssh): route through tailscale
This commit is contained in:
parent
4189470e74
commit
9f979bb847
1 changed files with 1 additions and 1 deletions
|
@ -2,6 +2,6 @@
|
||||||
{
|
{
|
||||||
nix.settings.substituters = lib.mkIf (config.networking.hostName != "Infini-DESKTOP")
|
nix.settings.substituters = lib.mkIf (config.networking.hostName != "Infini-DESKTOP")
|
||||||
((if config.info.loc.home then (lib.mkOrder 300) else lib.mkAfter) [
|
((if config.info.loc.home then (lib.mkOrder 300) else lib.mkAfter) [
|
||||||
"ssh://server.doge-inc.net"
|
"ssh://infini-desktop"
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue