diff options
author | Alan Pearce | 2024-04-08 18:59:27 +0200 |
---|---|---|
committer | Alan Pearce | 2024-04-08 18:59:27 +0200 |
commit | b6c7753f6e4336277f458844bf167aa0524d91ab (patch) | |
tree | 15375992b6c4e4daec2191b3e93ef3ef59f6dd5c | |
parent | 0e1e6e9bf1cac986071cd40d5e199fcc615ceee9 (diff) | |
download | nixfiles-b6c7753f6e4336277f458844bf167aa0524d91ab.tar.lz nixfiles-b6c7753f6e4336277f458844bf167aa0524d91ab.tar.zst nixfiles-b6c7753f6e4336277f458844bf167aa0524d91ab.zip |
Revert "prefect: remove aarch64 emulation"
This reverts commit 978614a0b1478eba985b552414e7dd7edfca84f3.
-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"; |