summary refs log tree commit diff stats
path: root/system/prefect.nix
diff options
context:
space:
mode:
authorAlan Pearce2024-03-30 15:14:39 +0100
committerAlan Pearce2024-03-30 15:14:39 +0100
commit978614a0b1478eba985b552414e7dd7edfca84f3 (patch)
tree46ed6b4c33546f2b28b281101e6b38ea65ec6e86 /system/prefect.nix
parentd3fac894d3e93eb87d9f77b0a8cef20a3a62b62b (diff)
downloadnixfiles-978614a0b1478eba985b552414e7dd7edfca84f3.tar.lz
nixfiles-978614a0b1478eba985b552414e7dd7edfca84f3.tar.zst
nixfiles-978614a0b1478eba985b552414e7dd7edfca84f3.zip
prefect: remove aarch64 emulation
Diffstat (limited to 'system/prefect.nix')
-rw-r--r--system/prefect.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/system/prefect.nix b/system/prefect.nix
index f26c08a0..e38f6533 100644
--- a/system/prefect.nix
+++ b/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";