chore: idols-ai - update kernel, add nvidia-offload command, etc

This commit is contained in:
Ryan Yin
2026-04-27 10:38:57 +08:00
parent 306741c2a7
commit 77ca37eab1
2 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -41,7 +41,7 @@
boot.loader.systemd-boot.enable = true;
# https://github.com/NixOS/nixpkgs/blob/nixos-unstable/pkgs/top-level/linux-kernels.nix
boot.kernelPackages = pkgs.linuxPackages_6_18; # 6.19 works not well with nvidia driver
boot.kernelPackages = pkgs.linuxPackages_latest;
boot.initrd.availableKernelModules = [
"xhci_pci"