From 9a3f32686b6da2e86d55fa986fac935128b37bc1 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sat, 9 Sep 2017 19:33:49 +0200 Subject: Add systemd-boot module --- modules/systemd-boot.nix | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 modules/systemd-boot.nix diff --git a/modules/systemd-boot.nix b/modules/systemd-boot.nix new file mode 100644 index 0000000..4f7ca36 --- /dev/null +++ b/modules/systemd-boot.nix @@ -0,0 +1,7 @@ +{ config, pkgs, ... }: + +{ boot.loader.systemd-boot.enable = true; + boot.loader.efi.canTouchEfiVariables = true; + boot.vesa = true; + boot.earlyVconsoleSetup = true; +} -- cgit 1.4.1