diff --git a/hosts/electra/hardware-configuration.nix b/hosts/electra/hardware-configuration.nix index 4c85cb7c..be5b972d 100644 --- a/hosts/electra/hardware-configuration.nix +++ b/hosts/electra/hardware-configuration.nix @@ -10,5 +10,7 @@ networking.useDHCP = lib.mkDefault true; hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware; + virtualisation.hypervGuest.enable = true; + systemd.services.hv-kvp.unitConfig.ConditionPathExists = [ "/dev/vmbus/hv_kvp" ]; }