Enhancement: Set kernel to version 6.12 (from 6.6).
This commit is contained in:
parent
6f2abb40ba
commit
9a10b8db7e
@ -71,7 +71,7 @@
|
||||
sshKey = "/home/joey/.ssh/joey.desktop@jafner.net";
|
||||
signingKey = "B0BBF464024BCEAE";
|
||||
shellPackage = "zsh";
|
||||
kernelPackage = "linux_zen"; # Read more: https://nixos.wiki/wiki/Linux_kernel; Other options: https://mynixos.com/nixpkgs/packages/linuxKernel.packages;
|
||||
kernelPackage = "linux_6_12"; # Read more: https://nixos.wiki/wiki/Linux_kernel; Other options: https://mynixos.com/nixpkgs/packages/linuxKernel.packages;
|
||||
wallpaper = ./assets/romb-3840x2160.png;
|
||||
arch = "x86_64-linux";
|
||||
flakeDir = "Git/Jafner.net/dotfiles";
|
||||
@ -258,6 +258,7 @@
|
||||
torrenting = "/mnt/torrenting";
|
||||
};
|
||||
};
|
||||
kernelPackage = "";
|
||||
};
|
||||
system = "x86_64-linux";
|
||||
pkgs = import inputs.nixpkgs {
|
||||
|
@ -21,6 +21,7 @@
|
||||
initrd.availableKernelModules = [ "xhci_pci" "ahci" "nvme" "usbhid" "usb_storage" "sd_mod" ];
|
||||
initrd.kernelModules = [ ];
|
||||
kernelModules = [ "kvm-amd" ];
|
||||
kernelPackages = pkgs.linuxKernel.packages."${sys.kernelPackage}";
|
||||
extraModulePackages = [ ];
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user