l radio: add mors to authorizedKeys

This commit is contained in:
lassulus 2018-10-06 18:35:29 +02:00
parent d25204e852
commit d3660625e1

View File

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