diff --git a/nix/hosts/clawdinator-common.nix b/nix/hosts/clawdinator-common.nix index a828cf1..5d1b4b2 100644 --- a/nix/hosts/clawdinator-common.nix +++ b/nix/hosts/clawdinator-common.nix @@ -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";