nix: add i686-linux to remote build machine systems
Lutris and Wine pull in 32-bit (i686-linux) dependencies like openldap. Without i686-linux in the supported systems list, nix falls back to building those locally on the gaming PC instead of offloading to the server. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
49c4a93fa8
commit
7bd43f6baf
1 changed files with 1 additions and 1 deletions
|
|
@ -122,7 +122,7 @@
|
|||
nix.buildMachines =
|
||||
lib.mkIf (config.networking.hostName != "FredOS-Mediaserver") [{
|
||||
hostName = "nordhammer.it";
|
||||
systems = [ "x86_64-linux" ];
|
||||
systems = [ "x86_64-linux" "i686-linux" ];
|
||||
sshUser = "fred";
|
||||
sshKey = "/root/.ssh/id_ed25519";
|
||||
maxJobs = 4;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue