prefect: remove aarch64 emulation
Alan Pearce alan@alanpearce.eu
Sat, 30 Mar 2024 15:14:39 +0100
1 files changed, 0 insertions(+), 1 deletions(-)
jump to
M system/prefect.nix → system/prefect.nix
@@ -118,7 +118,6 @@ }; system.stateVersion = "23.05"; - boot.binfmt.emulatedSystems = [ "aarch64-linux" ]; nix.settings.trusted-users = [ "root" "nixremote" ]; users.users.nixremote = { shell = "/bin/sh";