From 23e0dc323b0e24a3267160a72d014da9d9ede385 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Wed, 9 Oct 2024 07:51:36 -0700 Subject: himeji: pull image if newer --- hosts/himeji/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hosts') diff --git a/hosts/himeji/configuration.nix b/hosts/himeji/configuration.nix index 301685f..0d5fc9e 100644 --- a/hosts/himeji/configuration.nix +++ b/hosts/himeji/configuration.nix @@ -20,7 +20,7 @@ extraOptions = [ "--restart=on-failure" - "--pull=always" + "--pull=newer" ]; }; }; -- cgit v1.2.3