ma slave: un-hardcode keys

This commit is contained in:
makefu 2018-09-17 00:48:35 +02:00
parent 767109e6ae
commit f6b3e7e6eb
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225

View File

@ -1,11 +1,10 @@
{
{config,...}:{
nix.trustedUsers = [ "nixBuild" ];
users.users.nixBuild = {
name = "nixBuild";
useDefaultShell = true;
# TODO: put this somewhere else
openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPlhb0TIBW9RN9T8Is4YRIc1RjOg+cxbZCaDjbM4zxrX nixBuild"
config.krebs.users.buildbotSlave.pubkey
];
};
}