From 0c7fdfbf930df1fb610fb0fb63c4bb1d7715b6b3 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Mon, 23 Sep 2024 05:33:48 -0700 Subject: containers: pull newer --- hosts/himeji/options.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'hosts') diff --git a/hosts/himeji/options.nix b/hosts/himeji/options.nix index 77fc36c..6d21e7b 100644 --- a/hosts/himeji/options.nix +++ b/hosts/himeji/options.nix @@ -4,7 +4,11 @@ containers = { engine = "podman"; - extraOptions = [ "--restart=on-failure" ]; + + extraOptions = [ + "--restart=on-failure" + "--pull=newer" + ]; }; }; } -- cgit v1.2.3