From 735e7eab634dc05ae3dfb4e4965b2a4283fd4b3a Mon Sep 17 00:00:00 2001 From: Tigor Hutasuhut Date: Mon, 17 Jun 2024 12:22:14 +0700 Subject: [PATCH] podman: enabled auto-update --- system/podman/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/system/podman/default.nix b/system/podman/default.nix index 451677f..4473237 100644 --- a/system/podman/default.nix +++ b/system/podman/default.nix @@ -13,6 +13,7 @@ in podman-compose # start group of containers for dev ]; + systemd.timers."podman-auto-update".enable = true; virtualisation.containers.enable = true; virtualisation.oci-containers.backend = "podman"; virtualisation.podman = {