Add ssh hosts to the ssh configuration file
This commit is contained in:
parent
21e95cd68c
commit
e4b8c81209
@ -167,7 +167,19 @@ in
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
ssh.enable = true;
|
ssh = {
|
||||||
|
enable = true;
|
||||||
|
matchBlocks = {
|
||||||
|
optimisation = {
|
||||||
|
hostname = "compute.optimisation-2020.cloud.edu.au";
|
||||||
|
user = "dekker1";
|
||||||
|
};
|
||||||
|
nitrogen = {
|
||||||
|
hostname = "nitrogen.dekker.li";
|
||||||
|
user = "jdekker";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
starship = {
|
starship = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user