diff --git a/SwarselSystems.org b/SwarselSystems.org index 8c5a345..8382b53 100644 --- a/SwarselSystems.org +++ b/SwarselSystems.org @@ -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 diff --git a/profiles/optional/home/work.nix b/profiles/optional/home/work.nix index beb6071..52e81ec 100644 --- a/profiles/optional/home/work.nix +++ b/profiles/optional/home/work.nix @@ -5,4 +5,13 @@ teams-for-linux google-chrome ]; + + programs.ssh = { + matchBlocks = { + "*.vbc.ac.at" = { + user = "dc_adm_schwarzaeugl"; + }; + }; + }; + }