nixos-config/modules/host/virtmanager.nix
2025-02-13 23:53:19 +03:00

6 lines
100 B
Nix

{ pkgs, ... }: {
virtualisation.libvirtd.enable = true;
programs.virt-manager.enable = true;
}