summaryrefslogtreecommitdiffstats
path: root/lass/2configs/boot/stock-x220.nix
blob: 54a382db78e094ef6ad6130156c21dd5bdded45f (plain)
1
2
3
4
5
6
7
8
{ ... }:

{
  boot = {
    loader.systemd-boot.enable = true;
    loader.efi.canTouchEfiVariables = true;
  };
}