mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
desktops: linuxPackages_5_14 -> linuxPackages_5_15
This commit is contained in:
parent
e293d27867
commit
be81cc0b6c
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ with lib;
|
||||||
|
|
||||||
virtualisation.docker = { enable = true; enableOnBoot = false; };
|
virtualisation.docker = { enable = true; enableOnBoot = false; };
|
||||||
|
|
||||||
boot.kernelPackages = pkgs.linuxPackages_5_14;
|
boot.kernelPackages = pkgs.linuxPackages_5_15;
|
||||||
|
|
||||||
boot.loader.timeout =
|
boot.loader.timeout =
|
||||||
if config.boot.loader.systemd-boot.enable
|
if config.boot.loader.systemd-boot.enable
|
||||||
|
|
Loading…
Reference in a new issue