10 lines
206 B
Nix
10 lines
206 B
Nix
{
|
|
programs.virt-manager.enable = true;
|
|
users.groups.libvirtd.members = ["jsw"];
|
|
|
|
virtualisation = {
|
|
libvirtd.enable = true;
|
|
spiceUSBRedirection.enable = true;
|
|
podman.enable = true;
|
|
};
|
|
}
|