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.
This commit is contained in:
Paul-Mathias Logue 2025-12-14 11:12:25 +01:00
parent a4765b4fee
commit d4d7833561

View file

@ -16,6 +16,9 @@
./networking.nix ./networking.nix
./hardware.nix ./hardware.nix
]; ];
boot.kernelPackages = pkgs.linuxPackages_6_17;
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux"; nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
time.timeZone = "Europe/Paris"; time.timeZone = "Europe/Paris";