From 98394281bfcf2dae48e4c477ecf2d5ad14616fbf Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Thu, 26 Jan 2023 14:40:51 +0100 Subject: [PATCH] Revert "zephyrus: switch to latest kernel" This reverts commit 93420b0108a363450b334580fee5c6a3aa845876. --- hosts/zephyrus/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/zephyrus/default.nix b/hosts/zephyrus/default.nix index c997c1b..fc17a28 100644 --- a/hosts/zephyrus/default.nix +++ b/hosts/zephyrus/default.nix @@ -14,7 +14,7 @@ ./secrets.nix ]; - boot.kernelPackages = pkgs.linuxPackages_latest; + boot.kernelPackages = pkgs.linuxPackages; # Use the systemd-boot EFI boot loader. boot.loader.systemd-boot.enable = true;