all repos — nixfiles @ 978614a0b1478eba985b552414e7dd7edfca84f3

System and user configuration, managed by nix and home-manager

prefect: remove aarch64 emulation

Alan Pearce
commit

978614a0b1478eba985b552414e7dd7edfca84f3

parent

d3fac894d3e93eb87d9f77b0a8cef20a3a62b62b

1 file changed, 0 insertions(+), 1 deletion(-)

jump to
M system/prefect.nixsystem/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";