summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-10-09 07:51:36 -0700
committerFuwn <[email protected]>2024-10-09 07:51:36 -0700
commit23e0dc323b0e24a3267160a72d014da9d9ede385 (patch)
tree14eb3ada695d53325f223da5c374517e5d525e4c /hosts
parenthome: add distrobox and lilipod (diff)
downloadnixos-config-23e0dc323b0e24a3267160a72d014da9d9ede385.tar.xz
nixos-config-23e0dc323b0e24a3267160a72d014da9d9ede385.zip
himeji: pull image if newer
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 301685f..0d5fc9e 100644
--- a/hosts/himeji/configuration.nix
+++ b/hosts/himeji/configuration.nix
@@ -20,7 +20,7 @@
extraOptions = [
"--restart=on-failure"
- "--pull=always"
+ "--pull=newer"
];
};
};