Compare commits
1 commit
7a0f60f828
...
e3d5e11288
Author | SHA1 | Date | |
---|---|---|---|
e3d5e11288 |
4 changed files with 11 additions and 3 deletions
|
@ -17,7 +17,7 @@
|
|||
qenya.services.distributed-builds = {
|
||||
enable = true;
|
||||
keyFile = "/etc/ssh/ssh_host_ed25519_key";
|
||||
builders = [ "kalessin" ];
|
||||
builders = [ "kilgharrah" ];
|
||||
};
|
||||
|
||||
randomcat.services.zfs.datasets = {
|
||||
|
|
|
@ -49,7 +49,7 @@
|
|||
qenya.services.distributed-builds = {
|
||||
enable = true;
|
||||
keyFile = "/etc/ssh/ssh_host_ed25519_key";
|
||||
builders = [ "kalessin" ];
|
||||
builders = [ "kilgharrah" ];
|
||||
};
|
||||
|
||||
programs.evolution.enable = true; # not in home-manager yet; not declaratively configurable yet
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
qenya.services.distributed-builds = {
|
||||
enable = true;
|
||||
keyFile = "/etc/ssh/ssh_host_ed25519_key";
|
||||
builders = [ "kalessin" ];
|
||||
builders = [ "kilgharrah" ];
|
||||
};
|
||||
|
||||
services.bind = {
|
||||
|
|
|
@ -40,6 +40,14 @@ in
|
|||
sshKey = cfg.keyFile;
|
||||
systems = [ "aarch64-linux" "x86_64-linux" ];
|
||||
supportedFeatures = [ ];
|
||||
})
|
||||
++ (optional (elem "kilgharrah" cfg.builders) {
|
||||
hostName = config.birdsong.hosts."kilgharrah".ipv4;
|
||||
sshUser = "remotebuild";
|
||||
sshKey = cfg.keyFile;
|
||||
systems = [ "x86_64-linux" ];
|
||||
maxJobs = 12;
|
||||
supportedFeatures = [ "big-parallel" ];
|
||||
});
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue