summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-10-08 22:26:15 -0700
committerFuwn <[email protected]>2024-10-08 22:26:15 -0700
commit924083c0d2efb002d92b6826d9bf6928527bb532 (patch)
treec58e03fc5e48482a3a18da121522a2abab8402e1 /hosts
parentcaddy: default kansai.cloud to whoami (diff)
downloadnixos-config-924083c0d2efb002d92b6826d9bf6928527bb532.tar.xz
nixos-config-924083c0d2efb002d92b6826d9bf6928527bb532.zip
himeji: always pull latest oci image
Diffstat (limited to 'hosts')
-rw-r--r--hosts/himeji/configuration.nix2
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"
];
};
};