[Boot] debug aviallon.boot.kernel.package

This commit is contained in:
Antoine Viallon 2024-11-18 23:51:09 +01:00
parent d04b4a1f7d
commit b4c4dde1d0
Signed by: aviallon
GPG key ID: 186FC35EDEB25716
2 changed files with 2 additions and 2 deletions

View file

@ -58,7 +58,7 @@ in {
{
aviallon.network.backend = mkDefault "NetworkManager";
aviallon.boot.kernel.package = pkgs.linuxKernel.kernels.linux_xanmod;
aviallon.boot.kernel.package = mkDefault pkgs.linuxKernel.kernels.linux_xanmod;
# Enable the X11 windowing system.
services.xserver.enable = true;