l 2 downloading: add uriel to authorized_keys

This commit is contained in:
lassulus 2016-03-23 13:44:41 +01:00
parent 780ba9bd11
commit e7c6d97f7c

View File

@ -20,6 +20,7 @@ in {
];
openssh.authorizedKeys.keys = [
config.krebs.users.lass.pubkey
config.krebs.users.lass-uriel.pubkey
];
};