universe/hosts/earth/services/libvirtd.nix
2025-03-07 17:55:45 +05:00

4 lines
52 B
Nix

{...}: {
virtualisation.libvirtd.enable = true;
}