You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On linux we currently store the root owned plugin keyfile in /etc/electrum/plugins_key, however the /etc directory may not work on some distributions like NixOS and Fedora Silverblue as there the /etc directory is read only or its content can get deleted on system rebuilds/updates.
Is there a reason why we can't just store the keyfile in config.electrum_path() or alternatively at $HOME/.config/electrum/?