mirror of
https://github.com/Misterio77/Foundry.git
synced 2026-09-26 17:10:39 -04:00
hosts/electra: avoid kv-kvp erroring out
This commit is contained in:
@@ -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" ];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user