Files
nixos-flake/modules/core/boot.nix
T
2026-01-18 10:04:50 +01:00

7 lines
103 B
Nix

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