all repos — nixfiles @ 9a3f32686b6da2e86d55fa986fac935128b37bc1

System and user configuration, managed by nix and home-manager

Add systemd-boot module
Alan Pearce alan@alanpearce.eu
Sat, 09 Sep 2017 19:33:49 +0200
commit

9a3f32686b6da2e86d55fa986fac935128b37bc1

parent

9c28f332eb6719b5625f674ff0844ef614d11649

1 files changed, 7 insertions(+), 0 deletions(-)

jump to
A 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;
+}