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 = [ 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
]; ];
}; };