designate bolty as 32bit build host
This commit is contained in:
parent
39e3900547
commit
ba4c654f0c
2 changed files with 3 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
||||||
hostName = "bolty";
|
hostName = "bolty";
|
||||||
sshUser = "nix-builder";
|
sshUser = "nix-builder";
|
||||||
sshKey = "/home/cyryl/.ssh/id_ed25519";
|
sshKey = "/home/cyryl/.ssh/id_ed25519";
|
||||||
systems = [ "x86_64-linux" "aarch64-linux" ];
|
systems = [ "i686-linux" "x86_64-linux" "aarch64-linux" ];
|
||||||
maxJobs = 2;
|
maxJobs = 2;
|
||||||
speedFactor = 1;
|
speedFactor = 1;
|
||||||
supportedFeatures = [ "kvm" "big-parallel" ];
|
supportedFeatures = [ "kvm" "big-parallel" ];
|
||||||
|
|
|
@ -8,6 +8,7 @@
|
||||||
ext.pass-update
|
ext.pass-update
|
||||||
]))
|
]))
|
||||||
age
|
age
|
||||||
|
android-tools
|
||||||
aria
|
aria
|
||||||
bfg-repo-cleaner
|
bfg-repo-cleaner
|
||||||
binutils
|
binutils
|
||||||
|
@ -24,6 +25,7 @@
|
||||||
fossil
|
fossil
|
||||||
genpass
|
genpass
|
||||||
git
|
git
|
||||||
|
gitRepo
|
||||||
hsetroot
|
hsetroot
|
||||||
htop
|
htop
|
||||||
imagemagick
|
imagemagick
|
||||||
|
|
Loading…
Reference in a new issue