fix(gallifrey): revert to kernel 6.11

This commit is contained in:
Julien Malka 2024-11-25 20:13:37 +01:00
parent 156fcdf010
commit 9e09eb8f34
Signed by: Luj
GPG key ID: 6FC74C847011FD83

View file

@ -22,7 +22,7 @@
boot.initrd.kernelModules = [ ];
boot.kernelModules = [ ];
boot.extraModulePackages = [ ];
boot.kernelPackages = pkgs.linuxPackages_latest;
boot.kernelPackages = pkgs.linuxPackages_6_11;
fileSystems."/data" = {
device = "/dev/disk/by-uuid/4680be45-8156-4bf0-8b0b-e7493aaf37c0";