stockholm/lass/2configs/boot/stock-x220.nix

9 lines
113 B
Nix
Raw Normal View History

2017-07-28 10:46:06 +00:00
{ ... }:
{
boot = {
loader.systemd-boot.enable = true;
loader.efi.canTouchEfiVariables = true;
};
}