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 = {
enable = true;
dockerCompat = true;
autoPrune = true;
autoPrune.enable = true;
};
}