diff options
| -rw-r--r-- | lass/2configs/boot/stock-x220.nix | 8 | 
1 files changed, 8 insertions, 0 deletions
diff --git a/lass/2configs/boot/stock-x220.nix b/lass/2configs/boot/stock-x220.nix new file mode 100644 index 000000000..54a382db7 --- /dev/null +++ b/lass/2configs/boot/stock-x220.nix @@ -0,0 +1,8 @@ +{ ... }: + +{ +  boot = { +    loader.systemd-boot.enable = true; +    loader.efi.canTouchEfiVariables = true; +  }; +}  | 
