chore: adds device to grub on hazel

This commit is contained in:
Ahwx 2025-07-30 16:48:18 +02:00
parent cb3b12b879
commit 274232c66b

View file

@ -42,7 +42,7 @@
boot = { boot = {
loader.grub = { loader.grub = {
enable = true; enable = true;
# device = "/dev/sda"; device = "/dev/sda";
}; };
}; };
} }