diff options
author | Simon Parri <simonparri@ganzeria.com> | 2025-08-29 16:07:31 -0500 |
---|---|---|
committer | Simon Parri <simonparri@ganzeria.com> | 2025-08-29 16:07:31 -0500 |
commit | 2a41e9f288c6889709a41cb6653028c9cd376211 (patch) | |
tree | 2982e7caa33b032882ea0ca6eb38606ff6cfdb28 /modules/build-machines.nix | |
parent | e1f1e1510ca7f2bc503625c0d4c67a59e881c20b (diff) | |
download | nixos-config-2a41e9f288c6889709a41cb6653028c9cd376211.tar.gz nixos-config-2a41e9f288c6889709a41cb6653028c9cd376211.zip |
modules/build-machines: Fix by specifying pinto's system
Diffstat (limited to 'modules/build-machines.nix')
-rw-r--r-- | modules/build-machines.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/build-machines.nix b/modules/build-machines.nix index 12409db..765c5a9 100644 --- a/modules/build-machines.nix +++ b/modules/build-machines.nix @@ -5,6 +5,7 @@ let pinto = { maxJobs = 2; protocol = "ssh-ng"; + system = "x86_64-linux" supportedFeatures = ["big-parallel" "kvm"]; }; }; |