MyNixOS website logo
option

services.komodo-periphery.auth.privateKey

(v2.0+) Private key used with the Noise handshake.

Use file:/path/to/file prefix to load from a file. If the file doesn't exist, Periphery will generate and write a new key to the path.

If empty, defaults to file:${rootDirectory}/keys/periphery.key.

Declarations
Type
string
Default
""
Example
# Reference a secret file
"file:${config.age.secrets.komodo-private-key.path}"

# Or direct path
"file:/run/secrets/komodo-private-key"