nixos-config/config/systemd-boot.nix

6 lines
154 B
Nix
Raw Normal View History

2024-10-29 12:29:05 +00:00
_: {
boot.loader.systemd-boot.enable = true;
boot.loader.generic-extlinux-compatible.enable = false;
boot.loader.efi.canTouchEfiVariables = true;
}