mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-12-21 19:24:15 +00:00
upgrade desktops kernel to 5.14
This commit is contained in:
parent
6311db709d
commit
4eeb56a6ba
1 changed files with 2 additions and 0 deletions
|
@ -97,6 +97,8 @@ in
|
||||||
|
|
||||||
virtualisation.docker = { enable = true; enableOnBoot = false; };
|
virtualisation.docker = { enable = true; enableOnBoot = false; };
|
||||||
|
|
||||||
|
boot.kernelPackages = pkgs.linuxPackages_5_14;
|
||||||
|
|
||||||
boot.loader.timeout =
|
boot.loader.timeout =
|
||||||
if config.boot.loader.systemd-boot.enable
|
if config.boot.loader.systemd-boot.enable
|
||||||
then null else lib.mkOverride 9999 99;
|
then null else lib.mkOverride 9999 99;
|
||||||
|
|
Loading…
Reference in a new issue