l boot: add stock-x220
This commit is contained in:
parent
38810e7a29
commit
09475b257f
8
lass/2configs/boot/stock-x220.nix
Normal file
8
lass/2configs/boot/stock-x220.nix
Normal file
@ -0,0 +1,8 @@
|
||||
{ ... }:
|
||||
|
||||
{
|
||||
boot = {
|
||||
loader.systemd-boot.enable = true;
|
||||
loader.efi.canTouchEfiVariables = true;
|
||||
};
|
||||
}
|
Loading…
Reference in New Issue
Block a user