feat: idols-aquamarine - use default kernel for stability

This commit is contained in:
Ryan Yin
2025-08-17 17:37:21 +08:00
parent 329f03c1e2
commit 74b19dd7dc
2 changed files with 9 additions and 10 deletions

View File

@@ -19,6 +19,7 @@
boot.loader.efi.efiSysMountPoint = "/boot";
boot.loader.systemd-boot.enable = true;
# https://github.com/NixOS/nixpkgs/blob/nixos-unstable/pkgs/top-level/linux-kernels.nix
boot.kernelPackages = pkgs.linuxPackages_latest;
# boot.kernelPackages = pkgs.linuxPackages_xanmod_latest;