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:
parent
a4765b4fee
commit
d4d7833561
1 changed files with 3 additions and 0 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue