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