remove emulatedSystems

This commit is contained in:
Don Harper 2024-06-14 06:57:30 -05:00
parent 97691e528a
commit cc476b70b5

View file

@ -61,9 +61,6 @@ in
boot = {
kernelPackages = pkgs.linuxPackages_latest;
kernelParams = [ "consoleblank=60" ];
binfmt = {
emulatedSystems = [ "aarch64-linux" ];
};
loader = {
systemd-boot = {
enable = true;