flake: switch to building on target by default

This commit is contained in:
Katherina Walshe-Grey 2024-12-24 17:59:04 +00:00
parent 345bf13b0d
commit ee7ccef96c
6 changed files with 20 additions and 11 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 = [ "kilgharrah" ];
};
randomcat.services.zfs.datasets = {
"rpool_orm/state" = { mountpoint = "none"; };
"rpool_orm/state/actual" = { mountpoint = "/var/lib/actual"; };