devos/profiles/virtualization/default.nix

7 lines
204 B
Nix
Raw Normal View History

2021-08-03 11:11:14 +02:00
{ pkgs, ... }: {
virtualisation.libvirtd.enable = true;
2021-08-15 00:45:49 +02:00
virtualisation.spiceUSBRedirection.enable = true;
2021-08-03 11:11:14 +02:00
programs.dconf.enable = true;
environment.systemPackages = with pkgs; [ virt-manager ];
}