nix-config/modules/DEFAULT/SERVER/boot.nix
2024-12-26 16:51:37 +01:00

8 lines
146 B
Nix

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