Remove COOKIE complexity - disable distributed Erlang

- Remove explicit cookie configuration from release
- Set RELEASE_DISTRIBUTION=none and RELEASE_NODE=nonode@nohost
- Simplify Nix derivation by removing postInstall hooks
- Single standalone daemon doesn't need Erlang node clustering

Fixes persistent COOKIE file issues in Nix builds.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-08-02 18:15:11 -07:00
co-authored by Claude
parent f8173a1afb
commit 54f8d23945
6 changed files with 179 additions and 14 deletions
+2 -1
View File
@@ -2,4 +2,5 @@
# Configure environment for release
export MIX_ENV=prod
export RELEASE_DISTRIBUTION=none
export RELEASE_DISTRIBUTION=none
export RELEASE_NODE=nonode@nohost