diff --git a/hosts/vmware/boot.nix b/hosts/vmware/boot.nix index 848ae06..c16755b 100644 --- a/hosts/vmware/boot.nix +++ b/hosts/vmware/boot.nix @@ -2,6 +2,6 @@ boot.loader.grub = { enable = true; device = "/dev/sda1"; - usOSProber = true; + useOSProber = true; }; }