added boot loader config for mibook
This commit is contained in:
@@ -9,6 +9,11 @@
|
|||||||
];
|
];
|
||||||
|
|
||||||
networking.hostName = "mibook";
|
networking.hostName = "mibook";
|
||||||
|
boot.loader.grub = {
|
||||||
|
enable = true;
|
||||||
|
device = "/dev/nvme0n1";
|
||||||
|
useOSProber = true;
|
||||||
|
};
|
||||||
|
|
||||||
|
|
||||||
system = {
|
system = {
|
||||||
|
|||||||
Reference in New Issue
Block a user