infra: enable experimental hypervisor on EPYC machine

This commit is contained in:
Raito Bezarius 2023-07-02 17:46:01 +02:00
parent e3f59ee35f
commit 444a655fec
3 changed files with 9 additions and 0 deletions

5
modules/hypervisor.nix Normal file
View file

@ -0,0 +1,5 @@
{ ... }: {
virtualisation.nvisor = {
enable = true;
};
}