nixos-config/hosts/lithium/boot.nix
Jay Looney aa4a8347ec Refining modules/nixos/base.nix to make sense for more machines
There is a few additional changes due to typos introduced while working
on other stuff.
2025-12-02 16:39:50 -06:00

6 lines
No EOL
124 B
Nix

{}:
{
# Default to systemd-boot
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
}