summaryrefslogtreecommitdiffstats
path: root/krebs/1systems
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2019-05-10 21:03:36 +0200
committermakefu <github@syntax-fehler.de>2019-05-10 21:03:36 +0200
commit8f87254a2aa47630bc711c34a6322a974c6c040f (patch)
tree2bd1b40206c06a7bcc5fc66686e83f69569fe41f /krebs/1systems
parent45f2d6af58967d42dc0cd6b11daacb7878b300a8 (diff)
puyak.r: allow access from raute and ulrich
Diffstat (limited to 'krebs/1systems')
-rw-r--r--krebs/1systems/puyak/config.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/krebs/1systems/puyak/config.nix b/krebs/1systems/puyak/config.nix
index 67257eac..af11c694 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;