Add virtualisation role

This commit is contained in:
2024-08-18 16:01:29 -07:00
parent e3ae14bd92
commit a40b50360f
2 changed files with 7 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
{ config, ... }:
{
virtualisation.libvirtd.enable = true;
programs.virt-manager.enable = true;
}