Fixed podman autoPrune

This commit is contained in:
William 2023-06-29 10:44:09 -03:00
parent 897a0b389a
commit 45b86686ce

View file

@ -4,6 +4,6 @@
virtualisation.podman = { virtualisation.podman = {
enable = true; enable = true;
dockerCompat = true; dockerCompat = true;
autoPrune = true; autoPrune.enable = true;
}; };
} }