Switch to LTS Kernel
Some checks are pending
/ Check Nix Flake (push) Waiting to run

This commit is contained in:
Kaybee 2026-03-31 20:01:31 +02:00
parent 0f73a371f3
commit 80cf8aa36a
No known key found for this signature in database

View file

@ -9,6 +9,7 @@
nixpkgs.hostPlatform = lib.mkDefault "i686-linux";
# Kernel
boot.kernelPackages = pkgs.linuxPackages_5_15;
boot.initrd.availableKernelModules = [ "uhci_hcd" "ehci_pci" "ata_piix" "usbhid" "usb_storage" "ums_realtek" "sd_mod" ];
boot.initrd.kernelModules = [ "dm-snapshot" "cryptd" ];
boot.kernelModules = [ ];