yevaud, orm: remote builds on kalessin

This commit is contained in:
Katherina Walshe-Grey 2024-11-15 23:48:13 +00:00
parent 6277e955ef
commit 8ec6f47367
4 changed files with 18 additions and 6 deletions

View file

@ -14,6 +14,12 @@
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"; };