diff options
| author | Fuwn <[email protected]> | 2024-09-23 05:33:48 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-09-23 05:33:48 -0700 |
| commit | 0c7fdfbf930df1fb610fb0fb63c4bb1d7715b6b3 (patch) | |
| tree | 9bd239e143d53e3b4e93337e99d3cf2fc914a1dc /hosts | |
| parent | server: move engine to containers (diff) | |
| download | nixos-config-0c7fdfbf930df1fb610fb0fb63c4bb1d7715b6b3.tar.xz nixos-config-0c7fdfbf930df1fb610fb0fb63c4bb1d7715b6b3.zip | |
containers: pull newer
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/himeji/options.nix | 6 |
1 files changed, 5 insertions, 1 deletions
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" + ]; }; }; } |