From 748f8ba537005e099115febd9fdf1a33f8456113 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20R=C3=B6ger?= Date: Fri, 11 Sep 2026 01:09:14 +0200 Subject: [PATCH] System Gen177 @ 2026-09-11-01:09:13 by jonas@monolith --- hosts/monolith/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";