Files
conf/modules/nixos/boot/109-199-104-83.nix
2026-01-10 08:59:54 +01:00

7 lines
89 B
Nix

{
boot.loader.grub = {
efiSupport = true;
efiInstallAsRemovable = true;
};
}