add boot loader device

This commit is contained in:
Sam 2025-01-25 14:07:10 +00:00
parent 312ecfbeca
commit a5846c8cfc
1 changed files with 4 additions and 1 deletions

View File

@ -25,7 +25,10 @@ in {
boot = {
loader = {
grub.enable = true;
grub = {
enable = true;
devices = ["/dev/sda1"];
};
};
};