This commit is contained in:
iFargle 2023-09-17 19:56:45 +09:00
parent 7dbc6d484c
commit a2968f9f0c

View file

@ -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;
};
}