Skip to content

Commit 90f5fd9

Browse files
committed
remote builder leviathan alex-fw britton-fw
1 parent d59303a commit 90f5fd9

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

machines/alex-fw/configuration.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ in
2222
protocol = "ssh-ng";
2323
hostName = "leviathan.cymric-daggertooth.ts.net";
2424
systems = [ "x86_64-linux" ];
25-
maxJobs = 24;
25+
maxJobs = 7;
2626
speedFactor = 20;
2727
supportedFeatures = [
2828
"nixos-test"

machines/britton-fw/configuration.nix

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,28 @@ in
5757
};
5858
};
5959

60+
nix = {
61+
distributedBuilds = true;
62+
settings.builders-use-substitutes = true;
63+
buildMachines = [
64+
{
65+
protocol = "ssh-ng";
66+
hostName = "leviathan.cymric-daggertooth.ts.net";
67+
systems = [ "x86_64-linux" ];
68+
maxJobs = 7;
69+
speedFactor = 20;
70+
supportedFeatures = [
71+
"nixos-test"
72+
"benchmark"
73+
"big-parallel"
74+
"kvm"
75+
];
76+
mandatoryFeatures = [ ];
77+
sshUser = "brittonr";
78+
}
79+
];
80+
};
81+
6082
services = {
6183
gnome.gnome-keyring.enable = true;
6284

0 commit comments

Comments
 (0)