remove arm from boot.binfmt.emulatedSystems

This commit is contained in:
Sean Buckley 2022-10-14 15:47:56 -04:00
parent 32e5c95db3
commit a18f69573b

View file

@ -122,7 +122,6 @@ with lib;
{ key = "ctrl+e"; command = "workbench.action.quickOpen"; when = "!terminalFocus"; }
];
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
boot.loader.timeout = 1;
};
}