From b7f75cf885f145c57f3b324a7c967bb33f7b2294 Mon Sep 17 00:00:00 2001 From: TheWanderingCrow Date: Sat, 14 Sep 2024 11:51:29 +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 78367ce..848ae06 100644 --- a/hosts/vmware/boot.nix +++ b/hosts/vmware/boot.nix @@ -3,5 +3,5 @@ enable = true; device = "/dev/sda1"; usOSProber = true; - } + }; }