Change freia node in ssh config

This commit is contained in:
Evie Litherland-Smith 2023-07-17 15:44:51 +01:00
parent b9c31ed2ec
commit 405b9ae8c6

View file

@ -8,7 +8,6 @@
programs.ssh.matchBlocks = {
"git.ccfe.ac.uk" = {user = "git";};
"jupyter" = {
hostname = "freia022.hpc.l";
localForwards = [
{
bind.port = 6702;
@ -17,13 +16,13 @@
}
];
};
"freia" = {hostname = "freia022.hpc.l";};
"freia jupyter" = {hostname = "freia020.hpc.l";};
"freia???" = lib.hm.dag.entryAfter ["freia"] {hostname = "%h.hpc.l";};
"heimdall" = {hostname = "heimdall003.jet.uk";};
"heimdall???" = lib.hm.dag.entryAfter ["heimdall"] {hostname = "%h.jet.uk";};
"freia* jupyter" = lib.hm.dag.entryAfter [
"jupyter"
"freia"
"freia jupyter"
"freia???"
"heimdall"
"heimdall???"