Added a new configuration

This commit is contained in:
2025-06-19 08:49:05 +02:00
parent 6e4fc04088
commit 356d7f1c09
6 changed files with 88 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
{ currentSystemUser, ... }:
{
virtualisation.podman.enable = true;
virtualisation.podman.dockerCompat = true;
programs.virt-manager.enable = true;
users.groups.libvirtd.members = ["${currentSystemUser}"];
virtualisation.libvirtd.enable = true;
virtualisation.spiceUSBRedirection.enable = true;
}