summary refs log tree commit diff stats
path: root/system
diff options
context:
space:
mode:
authorAlan Pearce2024-04-08 18:59:27 +0200
committerAlan Pearce2024-04-08 18:59:27 +0200
commitb6c7753f6e4336277f458844bf167aa0524d91ab (patch)
tree15375992b6c4e4daec2191b3e93ef3ef59f6dd5c /system
parent0e1e6e9bf1cac986071cd40d5e199fcc615ceee9 (diff)
downloadnixfiles-b6c7753f6e4336277f458844bf167aa0524d91ab.tar.lz
nixfiles-b6c7753f6e4336277f458844bf167aa0524d91ab.tar.zst
nixfiles-b6c7753f6e4336277f458844bf167aa0524d91ab.zip
Revert "prefect: remove aarch64 emulation"
This reverts commit 978614a0b1478eba985b552414e7dd7edfca84f3.
Diffstat (limited to 'system')
-rw-r--r--system/prefect.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/system/prefect.nix b/system/prefect.nix
index 6ce2fb50..fa57ef36 100644
--- a/system/prefect.nix
+++ b/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";