make grub default device only
This commit is contained in:
parent
839ac84832
commit
a5fa2f1e63
1 changed files with 2 additions and 1 deletions
|
|
@ -1,10 +1,11 @@
|
|||
{
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
|
||||
{
|
||||
boot.loader.grub = {
|
||||
enable = true;
|
||||
device = "/dev/sda";
|
||||
device = lib.mkDefault "/dev/sda";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue