Formatted files

This commit is contained in:
2026-02-06 10:06:20 +01:00
parent 8ef2928bf6
commit dc27a74917
5 changed files with 44 additions and 35 deletions

View File

@@ -1,9 +1,9 @@
{ ... }:
{
programs.virt-manager.enable = true;
virtualisation = {
docker.enable = true;
libvirtd.enable = true;
spiceUSBRedirection.enable = true;
};
programs.virt-manager.enable = true;
virtualisation = {
docker.enable = true;
libvirtd.enable = true;
spiceUSBRedirection.enable = true;
};
}