all repos — nixfiles @ b6c7753f6e4336277f458844bf167aa0524d91ab

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

Revert "prefect: remove aarch64 emulation"

This reverts commit 978614a0b1478eba985b552414e7dd7edfca84f3.
Alan Pearce alan@alanpearce.eu
Mon, 08 Apr 2024 18:59:27 +0200
commit

b6c7753f6e4336277f458844bf167aa0524d91ab

parent

0e1e6e9bf1cac986071cd40d5e199fcc615ceee9

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M system/prefect.nixsystem/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";