mv dummy_secrets: add root ssh authorized key

This commit is contained in:
tv 2017-08-31 20:46:12 +02:00
parent 24393b8c1c
commit 75a30f0b8a
1 changed files with 8 additions and 1 deletions

View File

@ -1 +1,8 @@
{}
{ config, ... }:
{
users.users.root = {
openssh.authorizedKeys.keys = [
config.krebs.users.mv.pubkey
];
};
}