podman: auto update scheduled at 4am
This commit is contained in:
parent
9d55bc2bee
commit
4da42e98a0
|
@ -15,6 +15,9 @@ in
|
|||
systemd.timers."podman-auto-update" = {
|
||||
enable = true;
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
timerConfig = {
|
||||
OnCalendar = "*-*-* 04:00:00";
|
||||
};
|
||||
};
|
||||
virtualisation.containers.enable = true;
|
||||
virtualisation.oci-containers.backend = "podman";
|
||||
|
|
Loading…
Reference in a new issue