nixos/modules/common/system-d_boot.nix
2025-06-20 11:59:24 -07:00

5 lines
92 B
Nix

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