summary refs log tree commit diff stats
path: root/bootloader.nix
blob: 89395d262eee2bbb22618217c98d33b31c57e61a (plain) (blame)
1
2
3
4
5
6
{ config, pkgs, ... }:

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