Revert "prefect: remove aarch64 emulation" This reverts commit 978614a0b1478eba985b552414e7dd7edfca84f3.
Alan Pearce alan@alanpearce.eu
Mon, 08 Apr 2024 18:59:27 +0200
1 files changed, 1 insertions(+), 0 deletions(-)
jump to
M system/prefect.nix → system/prefect.nix
@@ -129,6 +129,7 @@ }; system.stateVersion = "23.05"; + boot.binfmt.emulatedSystems = [ "aarch64-linux" ]; nix.settings.trusted-users = [ "root" "nixremote" ]; users.users.nixremote = { shell = "/bin/sh";