stockholm/lass/2configs/boot/stock-x220.nix
2017-07-28 12:47:17 +02:00

9 lines
113 B
Nix

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