nix-config/hosts/server/boot.nix
2024-09-20 23:18:44 +02:00

9 lines
146 B
Nix

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