mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
need i686-linux for some reason
This commit is contained in:
parent
e1a7947411
commit
34eab4b2e7
1 changed files with 1 additions and 1 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue