From 62906794061ad52424aa0e3e0aaccae972a3060f Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Wed, 10 Jun 2026 23:30:50 -0700 Subject: [PATCH] git-sync: enable claude-history sync on jay-lenovo and strixi-minaj Both machines' existing ~/.claude history has been merged into the claude-history repo and their local checkouts converted. Co-Authored-By: Claude Fable 5 --- nixos/git-sync.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/git-sync.nix b/nixos/git-sync.nix index c97d1e63..30715ab9 100644 --- a/nixos/git-sync.nix +++ b/nixos/git-sync.nix @@ -8,7 +8,7 @@ # ~/.claude history sync is being rolled out machine-by-machine; each new # machine needs its existing history merged into the repo first (see # github.com/colonelpanic8/claude-history). - claudeHistoryHosts = ["ryzen-shine" "railbird-sf"]; + claudeHistoryHosts = ["ryzen-shine" "railbird-sf" "jay-lenovo" "strixi-minaj"]; syncClaudeHistory = builtins.elem config.networking.hostName claudeHistoryHosts; mkGitSyncTrayOverrides = icon: { Service = {