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