nixos/modules/system/boot.nix

5 lines
119 B
Nix
Raw Permalink Normal View History

2025-03-09 20:30:33 +01:00
{lib, ...}: {
boot.loader.systemd-boot.enable = lib.mkDefault true;
2025-02-03 07:55:17 +01:00
boot.loader.efi.canTouchEfiVariables = true;
}