dotfiles/nixos/libvirt.nix
2020-02-29 14:00:42 +00:00

5 lines
68 B
Nix

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