From aab2bcc42ecb9bd2e0fa604eebd7a87e25f11389 Mon Sep 17 00:00:00 2001 From: Markus Schmidl Date: Wed, 22 May 2024 01:43:38 +0200 Subject: [PATCH] notice-me-senpai: kernel 6.6 --- hosts/notice-me-senpai/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/notice-me-senpai/default.nix b/hosts/notice-me-senpai/default.nix index 07eda53..4916126 100644 --- a/hosts/notice-me-senpai/default.nix +++ b/hosts/notice-me-senpai/default.nix @@ -81,6 +81,9 @@ in }; + # NOTE: this has been updated to 6.6 due to an unfortunate situation at our colo + boot.kernelPackages = pkgs.linuxKernel.packages.linux_6_6; + users.motd = lib.mkForce (builtins.readFile ./motd.txt); # This value determines the NixOS release from which the default