puyak.r: allow access from raute and ulrich

This commit is contained in:
makefu 2019-05-10 21:03:36 +02:00
parent 45f2d6af58
commit 8f87254a2a
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225

View File

@ -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;