home: ssh: add more custom hosts
This commit is contained in:
parent
1aed654aaa
commit
97d4ccf533
|
@ -12,8 +12,11 @@ in
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
matchBlocks = {
|
matchBlocks = {
|
||||||
poseidon = {
|
boreal = { hostname = "boreal.alarsyo.net"; };
|
||||||
hostname = "poseidon.alarsyo.net";
|
poseidon = { hostname = "poseidon.alarsyo.net"; };
|
||||||
|
pi = {
|
||||||
|
hostname = "pi.alarsyo.net";
|
||||||
|
user = "pi";
|
||||||
};
|
};
|
||||||
|
|
||||||
"*.lrde.epita.fr" = {
|
"*.lrde.epita.fr" = {
|
||||||
|
|
Loading…
Reference in a new issue