test
This commit is contained in:
parent
7dbc6d484c
commit
a2968f9f0c
1 changed files with 5 additions and 3 deletions
|
@ -18,7 +18,9 @@
|
||||||
time.timeZone = "Asia/Tokyo";
|
time.timeZone = "Asia/Tokyo";
|
||||||
networking.hostName = "nixos-vm-01";
|
networking.hostName = "nixos-vm-01";
|
||||||
|
|
||||||
boot.loader.enable = true;
|
boot.loader.grub = {
|
||||||
boot.loader.grub.device = "/dev/sda";
|
enable = true;
|
||||||
boot.loader.grub.useOSProber = true;
|
device = "/dev/sda";
|
||||||
|
useOSProber = true;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue