From cb1c4752ec07071516ef300ff09d5fc6d911a403 Mon Sep 17 00:00:00 2001 From: Zuckerberg Date: Sun, 12 Oct 2025 13:35:23 -0700 Subject: [PATCH] Use latest kernel on Howl --- machines/howl/hardware-configuration.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/machines/howl/hardware-configuration.nix b/machines/howl/hardware-configuration.nix index e0c9458..6706063 100644 --- a/machines/howl/hardware-configuration.nix +++ b/machines/howl/hardware-configuration.nix @@ -6,8 +6,7 @@ nixos-hardware.nixosModules.framework-13-7040-amd ]; - # boot.kernelPackages = pkgs.linuxPackages_6_14; - boot.kernelPackages = pkgs.linuxPackages_6_13; + boot.kernelPackages = pkgs.linuxPackages_latest; hardware.framework.amd-7040.preventWakeOnAC = true; services.fwupd.enable = true;