7 lines
156 B
Nix
7 lines
156 B
Nix
{ pkgs, ... }:
|
|
{
|
|
boot.loader.systemd-boot.enable = true;
|
|
boot.loader.efi.canTouchEfiVariables = true;
|
|
boot.kernelPackages = pkgs.linuxPackages_lqx;
|
|
}
|