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

@ -5,4 +5,13 @@
teams-for-linux
google-chrome
];
programs.ssh = {
matchBlocks = {
"*.vbc.ac.at" = {
user = "dc_adm_schwarzaeugl";
};
};
};
}