need i686-linux for some reason

This commit is contained in:
Gerg-L 2023-04-27 19:49:05 -04:00
parent e1a7947411
commit 34eab4b2e7

View file

@ -22,7 +22,7 @@ _: {
hostName = "gerg-desktop";
protocol = "ssh-ng";
maxJobs = 32;
systems = ["x86_64-linux"];
systems = ["x86_64-linux" "i686-linux"];
supportedFeatures = ["big-parallel" "nixos-test" "kvm" "benchmark"];
sshUser = "builder";
sshKey = "/etc/ssh/ssh_host_ed25519_key";