diff --git a/hosts/vmware/boot.nix b/hosts/vmware/boot.nix index c16755b..4aee74b 100644 --- a/hosts/vmware/boot.nix +++ b/hosts/vmware/boot.nix @@ -1,7 +1,7 @@ { boot.loader.grub = { enable = true; - device = "/dev/sda1"; + device = "/dev/sda"; useOSProber = true; }; }