diff --git a/hosts/monolith/configuration.nix b/hosts/monolith/configuration.nix index 5a09134..78610fa 100644 --- a/hosts/monolith/configuration.nix +++ b/hosts/monolith/configuration.nix @@ -174,7 +174,7 @@ boot.plymouth.enable = true; boot.initrd.systemd.enable = true; boot.supportedFilesystems = ["ntfs"]; - boot.kernelPackages = pkgs.linuxPackages_latest; + boot.kernelPackages = pkgs.linuxPackages_7_1; # Configure console keymap console.keyMap = "de";