mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 09:07:21 +01:00
feat: add default user for vbc ssh hosts
This commit is contained in:
parent
ea81fcf56e
commit
39ee11a4db
2 changed files with 18 additions and 0 deletions
|
|
@ -5,4 +5,13 @@
|
|||
teams-for-linux
|
||||
google-chrome
|
||||
];
|
||||
|
||||
programs.ssh = {
|
||||
matchBlocks = {
|
||||
"*.vbc.ac.at" = {
|
||||
user = "dc_adm_schwarzaeugl";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue