diff --git a/system/nixos/container.nix b/system/nixos/container.nix index 0f7a2b3..fa907d4 100644 --- a/system/nixos/container.nix +++ b/system/nixos/container.nix @@ -43,8 +43,6 @@ # It looks like there is no way to activate the "built-in" service and timer ... systemd.services.podman-auto-update-custom = { - enable = false; - description = "Run podman auto-update daily"; wants = [ "network-online.target" ]; after = [ "network-online.target" ];