diff options
| author | Fuwn <[email protected]> | 2024-10-08 22:26:15 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-10-08 22:26:15 -0700 |
| commit | 924083c0d2efb002d92b6826d9bf6928527bb532 (patch) | |
| tree | c58e03fc5e48482a3a18da121522a2abab8402e1 /hosts | |
| parent | caddy: default kansai.cloud to whoami (diff) | |
| download | nixos-config-924083c0d2efb002d92b6826d9bf6928527bb532.tar.xz nixos-config-924083c0d2efb002d92b6826d9bf6928527bb532.zip | |
himeji: always pull latest oci image
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" ]; }; }; |