1

System: Use LTS kernel as default for all hosts

This commit is contained in:
2025-11-07 13:30:09 +01:00
parent 2c44e6cee2
commit 9d96d54d48
3 changed files with 26 additions and 19 deletions

View File

@ -143,7 +143,7 @@ with mylib.networking; {
# Bootloader/Kernel stuff
boot = {
kernelPackages = lib.mkDefault pkgs.linuxPackages_latest;
kernelPackages = lib.mkDefault pkgs.linuxPackages;
kernelParams = ["mitigations=off"]; # I don't care
# Make /tmp volatile