pantheon/systems/modules/bootloaders/systemd-boot.nix
2025-03-17 13:33:31 +08:00

7 lines
113 B
Nix

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