Files
nixos-flake/boot.nix
T

7 lines
103 B
Nix

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