From fc6c87e0e6c19195bea50fb2afbb2a63cffe058e Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Tue, 25 Oct 2022 19:55:32 +0200 Subject: [PATCH] boreal: switch to stable linux kernel --- hosts/boreal/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/boreal/default.nix b/hosts/boreal/default.nix index 30f339a..6661e08 100644 --- a/hosts/boreal/default.nix +++ b/hosts/boreal/default.nix @@ -16,7 +16,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;