feat: add default user for vbc ssh hosts

This commit is contained in:
Swarsel 2024-08-05 01:47:13 +02:00
parent ea81fcf56e
commit 39ee11a4db
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
2 changed files with 18 additions and 0 deletions

View file

@ -8063,6 +8063,15 @@ Currently, I am too lazy to explain every option here, but most of it is very se
teams-for-linux
google-chrome
];
programs.ssh = {
matchBlocks = {
"*.vbc.ac.at" = {
user = "dc_adm_schwarzaeugl";
};
};
};
}
#+end_src