added boot loader config for mibook

This commit is contained in:
fmarkwitz
2023-07-03 12:04:25 +02:00
parent 3f43d418e7
commit c7f68162da
+5
View File
@@ -9,6 +9,11 @@
];
networking.hostName = "mibook";
boot.loader.grub = {
enable = true;
device = "/dev/nvme0n1";
useOSProber = true;
};
system = {