From 95944e88d2909ba77f21a3afa11051515a48a163 Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Fri, 19 Jan 2024 22:38:16 -0600 Subject: [PATCH] Ignore VMWare --- hosts/myself/git.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/hosts/myself/git.nix b/hosts/myself/git.nix index 6053a62..32d1bdd 100644 --- a/hosts/myself/git.nix +++ b/hosts/myself/git.nix @@ -220,6 +220,5 @@ in { docker.enable = true; oci-containers.backend = "docker"; virtualbox.host.enable = true; - vmware.host.enable = true; }; }