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
|
|
@ -8063,6 +8063,15 @@ Currently, I am too lazy to explain every option here, but most of it is very se
|
||||||
teams-for-linux
|
teams-for-linux
|
||||||
google-chrome
|
google-chrome
|
||||||
];
|
];
|
||||||
|
|
||||||
|
programs.ssh = {
|
||||||
|
matchBlocks = {
|
||||||
|
"*.vbc.ac.at" = {
|
||||||
|
user = "dc_adm_schwarzaeugl";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
|
||||||
|
|
@ -5,4 +5,13 @@
|
||||||
teams-for-linux
|
teams-for-linux
|
||||||
google-chrome
|
google-chrome
|
||||||
];
|
];
|
||||||
|
|
||||||
|
programs.ssh = {
|
||||||
|
matchBlocks = {
|
||||||
|
"*.vbc.ac.at" = {
|
||||||
|
user = "dc_adm_schwarzaeugl";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue