nix-config/modules/default/nixos/boot.nix
2025-02-09 16:49:24 +01:00

8 lines
146 B
Nix

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