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

8 lines
101 B
Nix
Executable file

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