summary refs log tree commit diff stats
path: root/modules/systemd-boot.nix
blob: 4f7ca36193e07deae749f26abddceae6f29e5d02 (plain)
1
2
3
4
5
6
7
{ config, pkgs, ... }:

{ boot.loader.systemd-boot.enable = true;
  boot.loader.efi.canTouchEfiVariables = true;
  boot.vesa = true;
  boot.earlyVconsoleSetup = true;
}