feat: enable KVM on Linux if available

This commit is contained in:
Sander 2023-11-22 14:53:08 +00:00
parent a56e3a8089
commit fe19c91c6b
No known key found for this signature in database
GPG key ID: D1A763BC84F34603
3 changed files with 18 additions and 0 deletions

View file

@ -73,6 +73,8 @@ To install Nix from any commit, go to [the corresponding installer_test action](
- `nix_path`: set `NIX_PATH` environment variable, for example `nixpkgs=channel:nixos-unstable`
- `enable_kvm`: whether to enable KVM for hardware-accelerated virtualization on Linux. Enabled by default if available.
---
## FAQ