diff options
author | makefu <github@syntax-fehler.de> | 2017-07-28 13:31:15 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2017-07-28 13:31:15 +0200 |
commit | 44e521a5745807f4c19e7c56b9f4d0266f89b3e4 (patch) | |
tree | 11396e2c39d251ceb1018f34f2cc5a38bd722459 /lass/2configs/boot | |
parent | 421c27332a69708afd81a5fb07a28fdc93449338 (diff) | |
parent | e8148b62fdb39ed76361da5b7a6de88a8f800073 (diff) |
Merge remote-tracking branch 'lass/master'
Diffstat (limited to 'lass/2configs/boot')
-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; + }; +} |