From 082327c69392e95bd39f9c8da44b4edf4425ec2d Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Sat, 1 Nov 2025 18:33:09 +0800 Subject: [PATCH] chore: ~/.claude.json - bindmount --- hosts/idols-ai/preservation.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/idols-ai/preservation.nix b/hosts/idols-ai/preservation.nix index 48aca7e4..746b8f0e 100644 --- a/hosts/idols-ai/preservation.nix +++ b/hosts/idols-ai/preservation.nix @@ -318,7 +318,7 @@ in } { file = ".claude.json"; - how = "symlink"; + how = "bindmount"; } ]; };