set up distributed builds

This commit is contained in:
Katherina Walshe-Grey 2024-11-15 18:28:08 +00:00
parent d69e1dcc16
commit c60b753c5c
5 changed files with 106 additions and 1 deletions

View file

@ -46,6 +46,12 @@
];
};
qenya.services.distributed-builds = {
enable = true;
keyFile = "/etc/ssh/ssh_host_ed25519_key";
builders = [ "kalessin" ];
};
programs.evolution.enable = true; # not in home-manager yet; not declaratively configurable yet
programs.steam.enable = true;