From 3f37272c7dab1425030839718421efc24b792534 Mon Sep 17 00:00:00 2001 From: ocfox Date: Thu, 29 Feb 2024 22:53:05 +0800 Subject: [PATCH] whitefox: use stable kernel --- hosts/whitefox/boot.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/hosts/whitefox/boot.nix b/hosts/whitefox/boot.nix index 0055072..2f43319 100644 --- a/hosts/whitefox/boot.nix +++ b/hosts/whitefox/boot.nix @@ -13,6 +13,4 @@ }; efi.canTouchEfiVariables = true; }; - - kernelPackages = pkgs.linuxPackages_latest; }