dotfiles/modules/core/bootloader/systemd-boot.nix

9 lines
101 B
Nix
Raw Normal View History

2024-11-04 11:59:14 +10:00
{...}:
{
boot.loader = {
systemd-boot.enable = true;
efi.canTouchEfiVariables = true;
};
}