pantheon/systems/modules/systemd-boot.nix
2025-03-05 06:31:45 +08:00

7 lines
113 B
Nix

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