nix-git/modules/base-efi.nix

7 lines
132 B
Nix
Raw Normal View History

2024-02-06 17:06:07 +01:00
{ config, pkgs, ... }:
{
# Bootloader.
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
}