Commit 16df216d2889
Changed files (1)
profiles
profiles/virtualization.nix
@@ -2,6 +2,9 @@
{ config, pkgs, ... }:
{
+ virtualisation.libvirtd = {
+ enable = true;
+ };
environment.systemPackages = with pkgs; [
qemu
vde2