summaryrefslogtreecommitdiff
path: root/modules/nixos/boot/lenovo.nix
blob: fdd5e14c863fae52a33ef381f1d9b81b4f4709ad (plain)
1
2
3
4
5
6
{
  boot.loader = {
    efi.canTouchEfiVariables = true;
    systemd-boot.enable = true;
  };
}