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

6 lines
125 B
Nix

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