summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hosts/himeji/options.nix6
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"
+ ];
};
};
}