Try with the Zen kernel

This commit is contained in:
Greg Hellings
2025-03-05 16:44:00 -06:00
parent 0b84c50958
commit 6f35efaf16
+1 -1
View File
@@ -4,7 +4,7 @@
# Use the systemd-boot EFI boot loader.
boot = {
binfmt.emulatedSystems = [ "aarch64-linux" ];
kernelPackages = pkgs.linuxPackages_latest;
kernelPackages = pkgs.linuxPackages_zen;
supportedFilesystems = [ "ntfs" ];
loader = {
timeout = 15;