From a662249fd965f84c6cbed78481d3d64a56d7dbbd Mon Sep 17 00:00:00 2001 From: Sven Slootweg Date: Sat, 17 Aug 2019 22:33:51 +0200 Subject: [PATCH] Disable auto-detected Hyper-V support on borg2 --- configuration/hardware-configurations/machine-borg2-01.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration/hardware-configurations/machine-borg2-01.nix b/configuration/hardware-configurations/machine-borg2-01.nix index 8c54e68..9e89f72 100644 --- a/configuration/hardware-configurations/machine-borg2-01.nix +++ b/configuration/hardware-configurations/machine-borg2-01.nix @@ -25,5 +25,5 @@ ]; nix.maxJobs = lib.mkDefault 1; - virtualisation.hypervGuest.enable = true; +# virtualisation.hypervGuest.enable = true; }