mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-11-05 01:53:15 -06:00
revert to stable kernel on mannaz
This commit is contained in:
parent
922fe7de73
commit
d06933edb0
1 changed files with 2 additions and 1 deletions
|
@ -11,8 +11,9 @@
|
|||
efi.canTouchEfiVariables = true;
|
||||
};
|
||||
|
||||
# latest kernel was hanging on boot?
|
||||
# boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
boot.kernelPackages = pkgs.linuxPackagesFor pkgs.linux_latest;
|
||||
# boot.kernelPackages = pkgs.linuxPackagesFor pkgs.linux_latest;
|
||||
|
||||
# this device doesn't have enough ram :/
|
||||
swapDevices = [
|
||||
|
|
Loading…
Reference in a new issue