treewide: rationalise distributed builds

This commit is contained in:
Katherina Walshe-Grey 2024-11-16 01:54:41 +00:00
parent b25aa75d37
commit 05864180db
6 changed files with 19 additions and 23 deletions

View file

@ -14,12 +14,6 @@
users.users.qenya.extraGroups = [ "wheel" ];
qenya.base-server.enable = true;
qenya.services.distributed-builds = {
enable = true;
keyFile = "/etc/ssh/ssh_host_ed25519_key";
builders = [ "kalessin" ];
};
randomcat.services.zfs.datasets = {
"rpool_orm/state" = { mountpoint = "none"; };
"rpool_orm/state/actual" = { mountpoint = "/var/lib/actual"; };