Revert "system: use latest kernel version"

No longer necessary and prevents us from being testers for 6.13.
This commit is contained in:
Donovan Glover 2025-02-02 04:57:16 -05:00
parent 370c75d0bf
commit d40ff21496
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -96,8 +96,6 @@ in
efi.canTouchEfiVariables = true;
};
kernelPackages = pkgs.linuxPackages_latest;
blacklistedKernelModules = [ "floppy" ];
};