From 09475b257fa2792474ad6fb856e43b7f4e04d526 Mon Sep 17 00:00:00 2001
From: lassulus <lassulus@lassul.us>
Date: Fri, 28 Jul 2017 12:46:06 +0200
Subject: [PATCH] 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

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;
+  };
+}