mirror of
https://github.com/Superredstone/nixos.git
synced 2026-03-07 20:28:08 +01:00
11 lines
277 B
Nix
11 lines
277 B
Nix
{ ... }:
|
|
{
|
|
programs.virt-manager.enable = true;
|
|
virtualisation = {
|
|
docker.enable = true;
|
|
# libvirtd.enable = true; disable temorarly because of https://github.com/NixOS/nixpkgs/issues/496836
|
|
spiceUSBRedirection.enable = true;
|
|
waydroid.enable = true;
|
|
};
|
|
}
|