Give emery access to buildfarmer

This commit is contained in:
Ehmry - 2019-11-30 18:30:07 +01:00
parent 832ed96e9f
commit 3c15c04d90
1 changed files with 4 additions and 0 deletions

View File

@ -27,4 +27,8 @@ in {
users.users.root.openssh = {
inherit (config.users.users.emery.openssh) authorizedKeys;
};
users.users.buildfarmer.openssh = {
inherit (config.users.users.emery.openssh) authorizedKeys;
};
}