Disable host-local flake self-update
Rely on CI release pipeline for pinned, consistent versions across the fleet.
This commit is contained in:
parent
3d64364853
commit
c3fd19af9f
@ -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";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user