From b0368c3841f1f427a7d58c2d41424c3a47253707 Mon Sep 17 00:00:00 2001 From: TheWanderingCrow Date: Sat, 14 Sep 2024 11:52:09 +0000 Subject: [PATCH] Add hardware configuration --- hosts/vmware/boot.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }; }