l boot: add stock-x220

This commit is contained in:
lassulus 2017-07-28 12:46:06 +02:00
parent 38810e7a29
commit 09475b257f

View File

@ -0,0 +1,8 @@
{ ... }:
{
boot = {
loader.systemd-boot.enable = true;
loader.efi.canTouchEfiVariables = true;
};
}