diff options
author | makefu <github@syntax-fehler.de> | 2019-05-10 21:03:36 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2019-05-10 21:03:36 +0200 |
commit | 8f87254a2aa47630bc711c34a6322a974c6c040f (patch) | |
tree | 2bd1b40206c06a7bcc5fc66686e83f69569fe41f /krebs | |
parent | 45f2d6af58967d42dc0cd6b11daacb7878b300a8 (diff) |
puyak.r: allow access from raute and ulrich
Diffstat (limited to 'krebs')
-rw-r--r-- | krebs/1systems/puyak/config.nix | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/krebs/1systems/puyak/config.nix b/krebs/1systems/puyak/config.nix index 67257eacd..af11c6944 100644 --- a/krebs/1systems/puyak/config.nix +++ b/krebs/1systems/puyak/config.nix @@ -73,6 +73,13 @@ system.activationScripts."disengage fancontrol" = '' echo level disengaged > /proc/acpi/ibm/fan ''; + + # to access vorstand vm + users.users.root.openssh.authorizedKeys.keys = [ + config.krebs.users.ulrich.pubkey + config.krebs.users.raute.pubkey + ]; + users.users.joerg = { openssh.authorizedKeys.keys = [ config.krebs.users.Mic92.pubkey ]; isNormalUser = true; |