nix-dotfiles/hosts/xps16/services/libvirtd.nix

5 lines
54 B
Nix
Raw Normal View History

2024-12-04 20:06:57 +01:00
{ ... }:
{
virtualisation.libvirtd.enable = true;
}