podman: enable autoprune

This commit is contained in:
Aly Raffauf 2024-04-08 22:19:16 -04:00
parent a1d752b59b
commit bea620d66c

View file

@ -16,6 +16,7 @@
# Required for containers under podman-compose to be able to talk to each other.
defaultNetwork.settings.dns_enabled = true;
enable = true;
autoPrune.enable = true;
};
};
};