From 6e8253fd8956846b4a5c288623960aec240bd84a Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Mon, 4 Mar 2024 14:23:27 +0100 Subject: [PATCH] talos: switch to kernel 6.7 --- hosts/talos/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/talos/default.nix b/hosts/talos/default.nix index 0376135..59f84dd 100644 --- a/hosts/talos/default.nix +++ b/hosts/talos/default.nix @@ -18,7 +18,7 @@ hardware.amdgpu.opencl = false; - boot.kernelPackages = pkgs.linuxPackages_6_6; + boot.kernelPackages = pkgs.linuxPackages_6_7; # Use the systemd-boot EFI boot loader. boot.loader.systemd-boot = {