mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
remove kernel 5.15 config
This commit is contained in:
parent
6aa4169e34
commit
236f047b39
1 changed files with 0 additions and 2 deletions
|
@ -104,8 +104,6 @@ with lib;
|
||||||
|
|
||||||
virtualisation.docker = { enable = true; enableOnBoot = false; };
|
virtualisation.docker = { enable = true; enableOnBoot = false; };
|
||||||
|
|
||||||
boot.kernelPackages = pkgs.linuxPackages_5_15;
|
|
||||||
|
|
||||||
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
|
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
|
||||||
|
|
||||||
boot.loader.timeout =
|
boot.loader.timeout =
|
||||||
|
|
Loading…
Reference in a new issue