all repos — nixfiles @ e8463e792a824fd220b66339e381e4843a692344

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

mba: use linux-builder in place of custom lima setup

Alan Pearce
commit

e8463e792a824fd220b66339e381e4843a692344

parent

64cf82a5dacb4b3e298172c05d8561c1289c3281

1 file changed, 3 insertions(+), 0 deletions(-)

changed files
M system/settings/darwin.nixsystem/settings/darwin.nix
@@ -20,6 +20,9 @@ settings.experimental-features = "nix-command flakes";
settings.warn-dirty = false; settings.keep-outputs = true; settings.keep-derivations = true; + + linux-builder.enable = true; + settings.trusted-users = [ "@admin" ]; }; nixpkgs.config = {