Files
stormwind-nixfiles/bootloader.nix
RootHost-Stormwind 3dbfc323e6 initial commit
2025-01-13 00:46:22 +01:00

9 lines
128 B
Nix

{ config, ... }:
{
# Bootloader.
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
}