commit 4a31b3d8d2ff8f87a96af3d270ca1504260885c3
parent 4266d0a1a89c7ac50d5b88bef941d81a5f22bb0a
Author: Leah (ctucx) <leah@ctu.cx>
Date: Mon, 14 Feb 2022 17:39:41 +0100
parent 4266d0a1a89c7ac50d5b88bef941d81a5f22bb0a
Author: Leah (ctucx) <leah@ctu.cx>
Date: Mon, 14 Feb 2022 17:39:41 +0100
machines/currywurst: use kernel 5.16 (fixes https://gitlab.com/chinstrap/gammastep/-/issues/28)
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/machines/currywurst/configuration.nix b/machines/currywurst/configuration.nix @@ -20,6 +20,7 @@ consoleLogLevel = 3; kernel.sysctl."vm.swappiness" = 0; kernel.sysctl."kernel/sysrq" = 1; + kernelPackages = pkgs.linuxKernel.packages.linux_5_16; kernelModules = [ "tpm-rng" ]; kernelParams = [ "quiet"