raito-shared-public-infra/modules/hypervisor.nix

6 lines
65 B
Nix
Raw Normal View History

{ ... }: {
virtualisation.nvisor = {
enable = true;
};
}