From 9d773461d43ff31410310bc1efabb7f73b3ce97e Mon Sep 17 00:00:00 2001 From: buffet Date: Tue, 6 Feb 2024 16:45:30 +0100 Subject: [PATCH] feat: switch to linux 6.7 instead of latest to avoid future downgrades --- hosts/alice/system.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/alice/system.nix b/hosts/alice/system.nix index 0769cdd..4d99d5b 100644 --- a/hosts/alice/system.nix +++ b/hosts/alice/system.nix @@ -16,7 +16,7 @@ boot = { supportedFilesystems = ["bcachefs"]; - kernelPackages = pkgs.linuxPackages_latest; # TODO: remove when default kernel hits 6.7 + kernelPackages = pkgs.linuxPackages_6_7; # TODO: remove when default kernel hits 6.7 loader = { systemd-boot.enable = true;