Added Docker on workstation and android-studio

This commit is contained in:
2025-07-21 10:25:14 +02:00
parent 8f9052ff0d
commit cf5d401099
3 changed files with 7 additions and 3 deletions

View File

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