feat:: add several work ssh hosts

This commit is contained in:
Swarsel 2024-08-19 08:38:06 +02:00
parent 47dc95c42f
commit 02c1f57b4a
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
2 changed files with 24 additions and 0 deletions

View file

@ -11,6 +11,18 @@
programs.ssh = {
matchBlocks = {
"uc" = {
host = "uc.clip.vbc.ac.at";
user = "stack";
};
"staging-uc" = {
host = "uc.staging.clip.vbc.ac.at";
user = "stack";
};
"cbe" = {
host = "cbe.vbc.ac.at";
user = "dc_adm_schwarzaeugl";
};
"*.vbc.ac.at" = {
user = "dc_adm_schwarzaeugl";
};