mirror of
https://github.com/Superredstone/nixos.git
synced 2026-03-07 20:28:08 +01:00
11 lines
269 B
Nix
11 lines
269 B
Nix
{ ... }:
|
|
{
|
|
virtualisation.podman.enable = true;
|
|
virtualisation.podman.dockerCompat = true;
|
|
|
|
programs.virt-manager.enable = true;
|
|
users.groups.libvirtd.members = ["r3ddy"];
|
|
virtualisation.libvirtd.enable = true;
|
|
virtualisation.spiceUSBRedirection.enable = true;
|
|
}
|