nix-config/modules/nixos/boot.nix
2025-05-30 21:10:10 +02:00

8 lines
146 B
Nix

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