mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-05-20 14:47:17 +02:00
chore: idols-ai - update kernel, add nvidia-offload command, etc
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user