diff --git a/system/podman/default.nix b/system/podman/default.nix index eb6ca8e..743a388 100644 --- a/system/podman/default.nix +++ b/system/podman/default.nix @@ -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 = {