diff options
author | Alan Pearce | 2024-05-21 16:53:38 +0200 |
---|---|---|
committer | Alan Pearce | 2024-05-21 16:53:38 +0200 |
commit | 6eae23bf1d7d3fc134fe07fb8b61913aa23b32d9 (patch) | |
tree | 803e215750e628c0615c465519185d63f3d0ef27 | |
parent | fb49881ef541e0575ada2c9f7a219338c01b09d9 (diff) | |
download | nixfiles-6eae23bf1d7d3fc134fe07fb8b61913aa23b32d9.tar.lz nixfiles-6eae23bf1d7d3fc134fe07fb8b61913aa23b32d9.tar.zst nixfiles-6eae23bf1d7d3fc134fe07fb8b61913aa23b32d9.zip |
darwin: disable linux-builder for now
-rw-r--r-- | system/settings/darwin.nix | 1 |
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" ]; }; |