| options/nixos/services.znc.confOptions.nick | The IRC nick.
|
| options/nixos/services.znc.confOptions.port | Specifies the port on which to listen.
|
| options/nixos/services.znc.confOptions.userName | The user name used to log in to the ZNC web admin interface.
|
| options/nixos/services.znc.confOptions.useSSL | Indicates whether the ZNC server should use SSL when listening on
the specified port
|
| options/nixos/services.znc.confOptions.extraZncConf | Extra config to znc.conf file.
|
| options/nixos/services.znc.confOptions.modules | A list of modules to include in the znc.conf file.
|
| options/nixos/services.znc.confOptions.networks | IRC networks to connect the user to.
|
| options/nixos/services.znc.confOptions.uriPrefix | An optional URI prefix for the ZNC web interface
|
| options/nixos/services.znc.confOptions.userModules | A list of user modules to include in the znc.conf file.
|
| options/nixos/services.znc.confOptions.passBlock | Generate with nix-shell -p znc --command "znc --makepass"
|
| options/nixos/services.znc.confOptions.networks.<name>.port | IRC server port.
|
| options/nixos/services.znc.confOptions.networks.<name>.useSSL | Whether to use SSL to connect to the IRC server.
|
| options/nixos/services.znc.confOptions.networks.<name>.server | IRC server address.
|
| options/nixos/services.znc.confOptions.networks.<name>.extraConf | Extra config for the network
|
| options/nixos/services.znc.confOptions.networks.<name>.modules | ZNC network modules to load.
|
| options/nixos/services.znc.confOptions.networks.<name>.channels | IRC channels to join.
|
| options/nixos/services.znc.confOptions.networks.<name>.password | IRC server password, such as for a Slack gateway.
|
| options/nixos/services.znc.confOptions.networks.<name>.hasBitlbeeControlChannel | Whether to add the special Bitlbee operations channel.
|
| options/nixos/services.znc.configFile | Configuration file for ZNC
|