mv dummy_secrets: add root ssh authorized key
This commit is contained in:
parent
24393b8c1c
commit
75a30f0b8a
|
@ -1 +1,8 @@
|
|||
{}
|
||||
{ config, ... }:
|
||||
{
|
||||
users.users.root = {
|
||||
openssh.authorizedKeys.keys = [
|
||||
config.krebs.users.mv.pubkey
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue