mobile giving me trouble
This commit is contained in:
parent
f1dfdf07f6
commit
1e4ea24f66
1 changed files with 6 additions and 6 deletions
|
|
@ -12,8 +12,8 @@ let
|
||||||
hashKnownHosts = true;
|
hashKnownHosts = true;
|
||||||
compression = true;
|
compression = true;
|
||||||
};
|
};
|
||||||
# sshBlockAtreus is the same as sshBlock but with 8090 as the port
|
# sshBlockDroid is the same as sshBlock but with 8090 as the port
|
||||||
sshBlockAtreus = hostname: {
|
sshBlockDroid = hostname: {
|
||||||
inherit hostname;
|
inherit hostname;
|
||||||
user = "osbm";
|
user = "osbm";
|
||||||
identityFile = "~/.ssh/id_ed25519";
|
identityFile = "~/.ssh/id_ed25519";
|
||||||
|
|
@ -31,8 +31,8 @@ in
|
||||||
matchBlocks = {
|
matchBlocks = {
|
||||||
ymir = sshBlock "192.168.0.2";
|
ymir = sshBlock "192.168.0.2";
|
||||||
ymir-ts = sshBlock "ymir.curl-boga.ts.net";
|
ymir-ts = sshBlock "ymir.curl-boga.ts.net";
|
||||||
atreus = sshBlockAtreus "192.168.0.3";
|
atreus = sshBlockDroid "192.168.0.3";
|
||||||
atreus-ts = sshBlockAtreus "atreus.curl-boga.ts.net";
|
atreus-ts = sshBlockDroid "atreus.curl-boga.ts.net";
|
||||||
tartarus = sshBlock "192.168.0.4";
|
tartarus = sshBlock "192.168.0.4";
|
||||||
tartarus-ts = sshBlock "tartarus.curl-boga.ts.net";
|
tartarus-ts = sshBlock "tartarus.curl-boga.ts.net";
|
||||||
pochita = sshBlock "192.168.0.9";
|
pochita = sshBlock "192.168.0.9";
|
||||||
|
|
@ -55,8 +55,8 @@ in
|
||||||
};
|
};
|
||||||
ares = sshBlock "192.168.0.6";
|
ares = sshBlock "192.168.0.6";
|
||||||
ares-ts = sshBlock "ares.curl-boga.ts.net";
|
ares-ts = sshBlock "ares.curl-boga.ts.net";
|
||||||
luoji = sshBlock "192.168.0.7";
|
luoji = sshBlockDroid "192.168.0.7";
|
||||||
luoji-ts = sshBlock "luoji.curl-boga.ts.net";
|
luoji-ts = sshBlockDroid "luoji.curl-boga.ts.net";
|
||||||
# artemis
|
# artemis
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue