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