flake: switch to building on target by default
This commit is contained in:
parent
345bf13b0d
commit
ee7ccef96c
6 changed files with 20 additions and 11 deletions
|
@ -17,6 +17,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/state" = { mountpoint = "none"; };
|
||||
"rpool/state/forgejo" = { mountpoint = "/var/lib/forgejo"; };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue