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

6 lines
65 B
Nix

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