At least for a removable NixOS install, the GRUB boot entry isn’t being created.
This is problematic for multi-boot setup as the system may boot to other OS by default
So we need to decide how to handle this. We can create a boot entry for all distros using efibootmgr/GRUB, or embed it in the NixOS configuration so NixOS creates the entry automatically
At least for a removable NixOS install, the GRUB boot entry isn’t being created.
This is problematic for multi-boot setup as the system may boot to other OS by default
So we need to decide how to handle this. We can create a boot entry for all distros using efibootmgr/GRUB, or embed it in the NixOS configuration so NixOS creates the entry automatically