all repos — nixfiles @ 6eae23bf1d7d3fc134fe07fb8b61913aa23b32d9

System and user configuration, managed by nix and home-manager

darwin: disable linux-builder for now
Alan Pearce alan@alanpearce.eu
Tue, 21 May 2024 16:53:38 +0200
commit

6eae23bf1d7d3fc134fe07fb8b61913aa23b32d9

parent

fb49881ef541e0575ada2c9f7a219338c01b09d9

1 files changed, 0 insertions(+), 1 deletions(-)

jump to
M system/settings/darwin.nixsystem/settings/darwin.nix
@@ -25,7 +25,6 @@ options = "--max-freed $((25 * 1024**3 - 1024 * $(df -P -k /nix/store | tail -n 1 | awk '{ print $4 }')))";     };
     settings.extra-platforms = "aarch64-darwin x86_64-darwin";
 
-    linux-builder.enable = true;
     settings.trusted-users = [ "@admin" ];
   };