Prune old podmans

This commit is contained in:
Chris Dombroski 2024-09-04 18:32:12 -04:00
parent 7d311834cb
commit 76f389edc3

View file

@ -47,6 +47,10 @@
script = "${pkgs.recyclarr}/bin/recyclarr sync"; script = "${pkgs.recyclarr}/bin/recyclarr sync";
startAt = "daily"; startAt = "daily";
}; };
podman-prune = {
script = "${pkgs.podman}/bin/podman image prune -f";
startAt = "weekly";
};
}; };
systemd.network.netdevs = { systemd.network.netdevs = {
bond0 = { bond0 = {