services.komodo-periphery.auth.privateKey
NixOS option
(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.
type: stringDefault
""
Example
declared in: nixos/modules/services/admin/komodo-periphery.nixView source on NixOS/nixpkgs →# Reference a secret file
"file:${config.age.secrets.komodo-private-key.path}"
# Or direct path
"file:/run/secrets/komodo-private-key"