Skip to content

Conversation

@PadowYT2
Copy link
Contributor

Currently blocked by NixOS/nixpkgs#456521

@PadowYT2 PadowYT2 changed the base branch from master to v2 January 9, 2026 12:15
@PadowYT2 PadowYT2 force-pushed the add-nixos branch 2 times, most recently from ca64bd0 to 10bd7af Compare January 9, 2026 12:24
Comment on lines +11 to +28
Before configuring the service, we need to generate a new application encryption key.

```bash
echo "base64:$(openssl rand -base64 32)"
```

<Callout type="error">
Back up the encryption key. It is used as an encryption key for all data that needs to be stored securely (e.g. API keys).
Store it somewhere safe - not just on your server. If you lose it, all encrypted data is irrecoverable, even with database backups.

Copy the key generated and save it somewhere secure:
- A password manager
- An encrypted file on your local machine
- A secure USB drive
- A trusted cloud vault

Do not keep it only on the server. If you lose this key, your encrypted data is permanently unrecoverable.
</Callout>
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perhaps instead of copying the text from the main Pterodactyl Installation page, suggest having the configuration with secrets be available on GitHub as it is the recommended setup for NixOS configs...?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant