summary refs log tree commit diff stats
path: root/system/settings/darwin.nix
diff options
context:
space:
mode:
authorAlan Pearce2024-03-10 12:37:18 +0100
committerAlan Pearce2024-03-10 12:37:18 +0100
commite8463e792a824fd220b66339e381e4843a692344 (patch)
treef03160f0d053d900b15455217e0278f696fb2e52 /system/settings/darwin.nix
parent64cf82a5dacb4b3e298172c05d8561c1289c3281 (diff)
downloadnixfiles-e8463e792a824fd220b66339e381e4843a692344.tar.lz
nixfiles-e8463e792a824fd220b66339e381e4843a692344.tar.zst
nixfiles-e8463e792a824fd220b66339e381e4843a692344.zip
mba: use linux-builder in place of custom lima setup
Diffstat (limited to 'system/settings/darwin.nix')
-rw-r--r--system/settings/darwin.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/system/settings/darwin.nix b/system/settings/darwin.nix
index 14a2b83b..ae537d78 100644
--- a/system/settings/darwin.nix
+++ b/system/settings/darwin.nix
@@ -20,6 +20,9 @@
     settings.warn-dirty = false;
     settings.keep-outputs = true;
     settings.keep-derivations = true;
+
+    linux-builder.enable = true;
+    settings.trusted-users = [ "@admin" ];
   };
 
   nixpkgs.config = {