add boot loader device
This commit is contained in:
parent
312ecfbeca
commit
a5846c8cfc
|
@ -25,7 +25,10 @@ in {
|
|||
|
||||
boot = {
|
||||
loader = {
|
||||
grub.enable = true;
|
||||
grub = {
|
||||
enable = true;
|
||||
devices = ["/dev/sda1"];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue