nix-config/modules/default/common/boot.nix
2024-12-27 15:08:02 +01:00

8 lines
146 B
Nix

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