System: Use LTS kernel as default for all hosts

This commit is contained in:
2025-11-12 19:56:53 +01:00
parent 2c44e6cee2
commit 9d96d54d48
3 changed files with 26 additions and 19 deletions
+1 -1
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