Path to the periphery configuration file. If null, a configuration file will be generated from the module options.
Declarations
Type
null or absolute pathDefault
nullExample
pkgs.writeText "periphery.toml" ''
port = 8120
bind_ip = "[::]"
ssl_enabled = true
[logging]
level = "info"
''