nixos-config/system/gallus/boot-config.nix

7 lines
105 B
Nix
Raw Normal View History

2023-11-29 02:08:29 +00:00
{ ... }: {
boot.loader = {
systemd-boot.enable = true;
efi.canTouchEfiVariables = true;
};
}