From 09475b257fa2792474ad6fb856e43b7f4e04d526 Mon Sep 17 00:00:00 2001 From: lassulus Date: Fri, 28 Jul 2017 12:46:06 +0200 Subject: l boot: add stock-x220 --- lass/2configs/boot/stock-x220.nix | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 lass/2configs/boot/stock-x220.nix (limited to 'lass') diff --git a/lass/2configs/boot/stock-x220.nix b/lass/2configs/boot/stock-x220.nix new file mode 100644 index 00000000..54a382db --- /dev/null +++ b/lass/2configs/boot/stock-x220.nix @@ -0,0 +1,8 @@ +{ ... }: + +{ + boot = { + loader.systemd-boot.enable = true; + loader.efi.canTouchEfiVariables = true; + }; +} -- cgit v1.2.3