work: podman -> docker

This commit is contained in:
Motiejus Jakštys 2024-05-21 08:37:25 +03:00
parent af80de7291
commit 164a6048f3
1 changed files with 6 additions and 1 deletions

View File

@ -23,7 +23,12 @@
#turbo
]);
virtualisation.docker.enable = true;
#virtualisation.docker.enable = true;
virtualisation.podman = {
enable = true;
dockerCompat = true;
dockerSocket.enable = true;
};
services.clamav = {
updater.enable = true;