nixos/roles/virtualisation.nix

5 lines
60 B
Nix
Raw Normal View History

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