diff --git a/hosts/common/virtualisation.nix b/hosts/common/virtualisation.nix index f294721..a8a5983 100644 --- a/hosts/common/virtualisation.nix +++ b/hosts/common/virtualisation.nix @@ -6,4 +6,9 @@ dockerCompat = true; autoPrune.enable = true; }; + + systemd = { + services.podman-auto-update.enable = true; + timers.podman-auto-update.enable = true; + }; }