From d4d7833561757ff71cf3014315199cb87e3316d9 Mon Sep 17 00:00:00 2001 From: Paul-Mathias Logue Date: Sun, 14 Dec 2025 11:12:25 +0100 Subject: [PATCH] hermes: Update kernel to 6.17 It fixes issue with suspend failling because the MediaTek MT7925 WiFi driver (mt7925e) is timing out during the suspend process. --- machines/hermes/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/machines/hermes/default.nix b/machines/hermes/default.nix index f83a98e..b1ba3e6 100644 --- a/machines/hermes/default.nix +++ b/machines/hermes/default.nix @@ -16,6 +16,9 @@ ./networking.nix ./hardware.nix ]; + + boot.kernelPackages = pkgs.linuxPackages_6_17; + nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux"; time.timeZone = "Europe/Paris";