Add nix-bitcoin and Bisq data paths to security reset wipe list

Agent-Logs-Url: https://github.com/naturallaw777/staging_alpha/sessions/8f922dd0-a5b0-42c6-af40-4bbd78a29ffa

Co-authored-by: naturallaw777 <99053422+naturallaw777@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-05-08 20:55:29 +00:00
committed by GitHub
parent 8f96625c26
commit bb2603bea0
+3
View File
@@ -3795,6 +3795,9 @@ async def api_security_reset():
"/home/free/.ssh", "/home/free/.ssh",
"/var/lib/lnd", "/var/lib/lnd",
"/var/lib/vaultwarden", "/var/lib/vaultwarden",
"/etc/nix-bitcoin-secrets",
"/home/free/.local/share/Bisq",
"/home/free/.bisq",
] ]
errors: list[str] = [] errors: list[str] = []