Files
nixos-config/modules/host/virtmanager.nix
T

6 lines
85 B
Nix
Raw Normal View History

2025-12-01 23:19:06 +03:00
{
2024-04-17 05:52:14 +05:00
virtualisation.libvirtd.enable = true;
2025-02-02 14:57:36 +03:00
programs.virt-manager.enable = true;
2024-04-17 05:52:14 +05:00
}