Use io.containers.autoupdate=registry to auto update podman containers

This commit is contained in:
William 2023-06-29 10:42:10 -03:00
parent 9513f94df6
commit 897a0b389a
6 changed files with 5 additions and 14 deletions

View file

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