nixos-config/nixos/modules/virtmanager.nix
2025-01-27 13:55:48 +03:00

8 lines
113 B
Nix

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