summaryrefslogtreecommitdiffstats
path: root/lass/2configs/boot/stock-x220.nix
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2017-07-28 13:31:15 +0200
committermakefu <github@syntax-fehler.de>2017-07-28 13:31:15 +0200
commit44e521a5745807f4c19e7c56b9f4d0266f89b3e4 (patch)
tree11396e2c39d251ceb1018f34f2cc5a38bd722459 /lass/2configs/boot/stock-x220.nix
parent421c27332a69708afd81a5fb07a28fdc93449338 (diff)
parente8148b62fdb39ed76361da5b7a6de88a8f800073 (diff)
Merge remote-tracking branch 'lass/master'
Diffstat (limited to 'lass/2configs/boot/stock-x220.nix')
-rw-r--r--lass/2configs/boot/stock-x220.nix8
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 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;
+ };
+}