Enable podman-auto-update

This commit is contained in:
William 2024-03-30 08:31:42 -03:00
parent 4a5fc6876b
commit 964faf37a6

View file

@ -6,4 +6,9 @@
dockerCompat = true;
autoPrune.enable = true;
};
systemd = {
services.podman-auto-update.enable = true;
timers.podman-auto-update.enable = true;
};
}