libvirt program enable

Signed-off-by: Harald Hoyer <harald@hoyer.xyz>
This commit is contained in:
Harald Hoyer 2024-03-06 19:38:51 +01:00
parent d3fb170fee
commit 2f3ccfbc5d

View file

@ -129,5 +129,7 @@ in
flake = "git+https://git.hoyer.xyz/harald/nixcfg"; flake = "git+https://git.hoyer.xyz/harald/nixcfg";
}; };
virtualisation.libvirtd.enable = true;
}; };
} }