prefect: remove aarch64 emulation
1 file changed, 0 insertions(+), 1 deletion(-)
jump to
M system/prefect.nix → 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";