Files
stormwind-nixfiles/bootloader.nix

9 lines
128 B
Nix
Raw Normal View History

2025-01-13 00:46:22 +01:00
{ config, ... }:
{
# Bootloader.
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
}