enabling aarch64-linux on all hosts...

This commit is contained in:
Don Harper 2025-10-19 20:01:32 -05:00
parent b99925ff12
commit 2ee9db3ce6
3 changed files with 57 additions and 37 deletions

View file

@ -99,6 +99,7 @@ in {
# Bootloader.
boot = {
binfmt.emulatedSystems = ["aarch64-linux"];
# kernelPackages = pkgs.linuxPackages_latest;
kernelPackages = pkgs.linuxPackages_zen;
kernelParams = ["consoleblank=60" "mem_sleep_default=deep"];