nix/modules/boot/systemd-boot.nix
2026-08-26 03:57:31 +02:00

6 lines
129 B
Nix

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