Add podman and docker

This commit is contained in:
Bad 2021-04-28 11:16:17 +02:00
parent ddfa46aa15
commit 868474b3df

View file

@ -10,6 +10,8 @@
git git
gdb gdb
]; ];
virtualisation.podman.enable = true;
virtualisation.docker.enable = true;
programs.adb.enable = true; programs.adb.enable = true;
} }