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

8 lines
105 B
Nix
Raw Normal View History

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