From 0c3f382e019bd363dcf8ab851c20917f806ddbd0 Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Fri, 27 Oct 2023 16:20:22 +0000 Subject: [PATCH] Update vm.nix --- systems/vm.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/systems/vm.nix b/systems/vm.nix index 35a7813..8580d5e 100644 --- a/systems/vm.nix +++ b/systems/vm.nix @@ -26,9 +26,6 @@ }; }; - boot.binfmt.emulatedSystems = [ "aarch64-linux" ]; - - nix.settings.extra-platforms = [ "aarch64-linux" ]; nix.settings.auto-optimise-store = true; nix.settings.experimental-features = [ "nix-command" "flakes" ];