nix-config/systems/common/optional/boot/systemd_boot.nix

11 lines
141 B
Nix

{
boot.loader = {
systemd-boot = {
enable = true;
consoleMode = "max";
};
efi.canTouchEfiVariables = true;
};
}