l 2 weechat: allow connection from shodan

This commit is contained in:
lassulus 2016-05-21 13:51:57 +02:00
parent 3c8bf3bf1c
commit 9740cef28f

View File

@ -16,6 +16,7 @@ in {
createHome = true; createHome = true;
openssh.authorizedKeys.keys = [ openssh.authorizedKeys.keys = [
config.krebs.users.lass.pubkey config.krebs.users.lass.pubkey
config.krebs.users.lass-shodan.pubkey
]; ];
}; };