l 2 downloading: add makefu to authorizedKeys
This commit is contained in:
parent
09de4198ea
commit
6e65bdf41e
|
@ -15,10 +15,11 @@ in {
|
|||
extraGroups = [
|
||||
"download"
|
||||
];
|
||||
openssh.authorizedKeys.keys = [
|
||||
config.krebs.users.lass.pubkey
|
||||
config.krebs.users.lass-uriel.pubkey
|
||||
config.krebs.users.lass-shodan.pubkey
|
||||
openssh.authorizedKeys.keys = with config.krebs.users; [
|
||||
lass.pubkey
|
||||
lass-uriel.pubkey
|
||||
lass-shodan.pubkey
|
||||
makefu.pubkey
|
||||
];
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue