nixos-config/config/systemd-boot.nix

4 lines
101 B
Nix
Raw Normal View History

2022-01-18 10:23:54 +00:00
{ ... }: {
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
}