podman: auto update timer now force started on boot
This commit is contained in:
parent
0ef9a409f0
commit
b467579748
|
@ -12,7 +12,10 @@ in
|
|||
podman-tui # status of containers in the terminal
|
||||
];
|
||||
|
||||
systemd.timers."podman-auto-update".enable = true;
|
||||
systemd.timers."podman-auto-update" = {
|
||||
enable = true;
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
};
|
||||
virtualisation.containers.enable = true;
|
||||
virtualisation.oci-containers.backend = "podman";
|
||||
virtualisation.podman = {
|
||||
|
|
Loading…
Reference in a new issue