From b46757974818b06eadca6e6fbe4973256333dd05 Mon Sep 17 00:00:00 2001 From: Tigor Hutasuhut Date: Tue, 18 Jun 2024 00:15:06 +0700 Subject: [PATCH] podman: auto update timer now force started on boot --- system/podman/default.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 = {