1
0

Add ssh hosts to the ssh configuration file

This commit is contained in:
Jip J. Dekker 2024-01-16 14:37:42 +11:00
parent 21e95cd68c
commit e4b8c81209

View File

@ -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 = {
enable = true;