xanmod: working kernel? (maybe)

This commit is contained in:
Charlie Root 2024-10-23 00:45:35 +02:00
commit bb7972d4ab
Signed by: faukah
SSH key fingerprint: SHA256:jpYIt4Vkz1NBTQcks/N9OPTfTFxE6KF2W/rV7hrfrIw
2 changed files with 11 additions and 8 deletions

View file

@ -28,7 +28,8 @@ in {
console.keyMap = "de";
security.polkit.enable = true;
boot.kernelPackages = pkgs.linuxPackagesFor xanmod_blox;
# boot.kernelPackages = pkgs.linuxPackagesFor xanmod_blox;
boot.kernelPackages = pkgs.linuxPackages_xanmod_latest;
programs.nix-ld.enable = true;
services = {
fstrim.enable = lib.mkDefault true;