summary refs log tree commit diff stats
path: root/system/settings
diff options
context:
space:
mode:
authorAlan Pearce2024-05-21 16:53:38 +0200
committerAlan Pearce2024-05-21 16:53:38 +0200
commit6eae23bf1d7d3fc134fe07fb8b61913aa23b32d9 (patch)
tree803e215750e628c0615c465519185d63f3d0ef27 /system/settings
parentfb49881ef541e0575ada2c9f7a219338c01b09d9 (diff)
downloadnixfiles-6eae23bf1d7d3fc134fe07fb8b61913aa23b32d9.tar.lz
nixfiles-6eae23bf1d7d3fc134fe07fb8b61913aa23b32d9.tar.zst
nixfiles-6eae23bf1d7d3fc134fe07fb8b61913aa23b32d9.zip
darwin: disable linux-builder for now
Diffstat (limited to 'system/settings')
-rw-r--r--system/settings/darwin.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/system/settings/darwin.nix b/system/settings/darwin.nix
index 94bdbe0b..6d5b357d 100644
--- a/system/settings/darwin.nix
+++ b/system/settings/darwin.nix
@@ -25,7 +25,6 @@
     };
     settings.extra-platforms = "aarch64-darwin x86_64-darwin";
 
-    linux-builder.enable = true;
     settings.trusted-users = [ "@admin" ];
   };