fix(grub): mkDefault for enable, add device
This commit is contained in:
parent
0f7681a216
commit
111bb74de7
1 changed files with 13 additions and 12 deletions
|
@ -1,7 +1,8 @@
|
||||||
{ ... }: {
|
{ lib, ... }: {
|
||||||
boot.loader = {
|
boot.loader = {
|
||||||
grub = {
|
grub = {
|
||||||
enable = true;
|
enable = lib.mkDefault true;
|
||||||
|
device = "/dev/disk/by-uuid/6836-6848";
|
||||||
efiSupport = true;
|
efiSupport = true;
|
||||||
useOSProber = true;
|
useOSProber = true;
|
||||||
extraEntries = ''
|
extraEntries = ''
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue