diff options
-rw-r--r-- | system/prefect.nix | 1 |
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"; |