nix-config/hosts/modules/trantor/boot.nix

8 lines
107 B
Nix

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