Add systemd-boot module
1 file 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; +}