mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-03-25 21:30:52 +01:00
fix(gallifrey): revert to kernel 6.11
This commit is contained in:
parent
156fcdf010
commit
9e09eb8f34
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Reference in a new issue