1
Fork 0
nixos-system-config/modules/system/virtualisation.nix

7 lines
94 B
Nix
Raw Normal View History

2024-06-28 00:52:58 +02:00
{ ... }:
2024-06-27 20:59:55 +02:00
{
2024-06-28 00:52:58 +02:00
virtualisation.libvirtd.enable = true;
2024-06-27 20:59:55 +02:00
programs.virt-manager.enable = true;
}