diff options
| author | Fuwn <[email protected]> | 2024-10-09 07:51:36 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-10-09 07:51:36 -0700 |
| commit | 23e0dc323b0e24a3267160a72d014da9d9ede385 (patch) | |
| tree | 14eb3ada695d53325f223da5c374517e5d525e4c /hosts | |
| parent | home: add distrobox and lilipod (diff) | |
| download | nixos-config-23e0dc323b0e24a3267160a72d014da9d9ede385.tar.xz nixos-config-23e0dc323b0e24a3267160a72d014da9d9ede385.zip | |
himeji: pull image if newer
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 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" ]; }; }; |