Disable host-local flake self-update

Rely on CI release pipeline for pinned, consistent versions across the fleet.
This commit is contained in:
joshp123 2026-02-15 15:33:13 -08:00
parent 3d64364853
commit c3fd19af9f

View File

@ -232,9 +232,9 @@ in
schedule = "*:0/45"; # every 45 min — tokens expire after 1h
};
selfUpdate.enable = true;
selfUpdate.flakePath = "/var/lib/clawd/repos/clawdinators";
selfUpdate.flakeHost = hostName;
# We deploy via CI (release.yml) pinned to a git SHA; avoid host-local
# `nix flake update` drift.
selfUpdate.enable = false;
githubSync.enable = true;
githubSync.org = "openclaw";