treewide: rationalise distributed builds
This commit is contained in:
parent
b25aa75d37
commit
05864180db
6 changed files with 19 additions and 23 deletions
|
@ -40,11 +40,12 @@ in
|
|||
|
||||
qenya.services.remote-builder = {
|
||||
enable = true;
|
||||
authorizedKeys.keys = [
|
||||
keys.machines.tohru
|
||||
keys.machines.yevaud
|
||||
keys.machines.orm
|
||||
];
|
||||
authorizedKeys.keys = [ keys.machines.tohru ];
|
||||
};
|
||||
qenya.services.distributed-builds = {
|
||||
enable = true;
|
||||
keyFile = "/etc/ssh/ssh_host_ed25519_key";
|
||||
builders = [ "kalessin" ];
|
||||
};
|
||||
|
||||
programs.steam.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue