diff options
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/himeji/configuration.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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" ]; }; }; |