l radio: add mors to authorizedKeys
This commit is contained in:
parent
d25204e852
commit
d3660625e1
|
@ -36,8 +36,9 @@ in {
|
|||
home = "/home/${name}";
|
||||
useDefaultShell = true;
|
||||
createHome = true;
|
||||
openssh.authorizedKeys.keys = [
|
||||
config.krebs.users.lass.pubkey
|
||||
openssh.authorizedKeys.keys = with config.krebs.users; [
|
||||
lass.pubkey
|
||||
lass-mors.pubkey
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue