l 2 downloading: add makefu to authorizedKeys

This commit is contained in:
lassulus 2016-08-09 17:14:15 +02:00
parent 09de4198ea
commit 6e65bdf41e

View File

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