Changed voice field in NotifyRequest from hardcoded default to None,
allowing the route handler to use settings.default_voice from .env.
Added EnvironmentFile directive to systemd service for reliable config loading.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- User service file for ~/.config/systemd/user/
- Restarts on failure with 5s delay
- Logs to journald
Install with:
cp voice-server.service ~/.config/systemd/user/
systemctl --user daemon-reload
systemctl --user enable --now voice-server
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>