grub uefi menu

This commit is contained in:
caandt 2025-11-13 21:24:47 -06:00
parent 6aae3a6d9e
commit c3814aac58

View file

@ -23,4 +23,9 @@
isNormalUser = true;
extraGroups = ["wheel"];
};
boot.loader.grub.extraEntries = ''
menuentry "UEFI Firmware Settings" {
fwsetup
}
'';
}