Prune old podmans
This commit is contained in:
parent
7d311834cb
commit
76f389edc3
1 changed files with 4 additions and 0 deletions
|
@ -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 = {
|
||||||
|
|
Loading…
Reference in a new issue