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";
|
||||
networking.hostName = "nixos-vm-01";
|
||||
|
||||
boot.loader.enable = true;
|
||||
boot.loader.grub.device = "/dev/sda";
|
||||
boot.loader.grub.useOSProber = true;
|
||||
boot.loader.grub = {
|
||||
enable = true;
|
||||
device = "/dev/sda";
|
||||
useOSProber = true;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue