nix-config/hosts/trantor/boot.nix
2025-11-03 17:19:21 -03:00

6 lines
101 B
Nix

{
boot = {
initrd.systemd.enable = true;
loader.efi.efiSysMountPoint = "/boot/efi";
};
}