From 924083c0d2efb002d92b6826d9bf6928527bb532 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Tue, 8 Oct 2024 22:26:15 -0700 Subject: himeji: always pull latest oci image --- hosts/himeji/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hosts/himeji/configuration.nix') diff --git a/hosts/himeji/configuration.nix b/hosts/himeji/configuration.nix index 0d5fc9e..301685f 100644 --- a/hosts/himeji/configuration.nix +++ b/hosts/himeji/configuration.nix @@ -20,7 +20,7 @@ extraOptions = [ "--restart=on-failure" - "--pull=newer" + "--pull=always" ]; }; }; -- cgit v1.2.3