MyNixOS website logo
option

services.quassel.interfaces

The interfaces the Quassel daemon will be listening to. If [ 127.0.0.1 ], only clients on the local host can connect to it; if [ 0.0.0.0 ], clients can access it from any network interface.

Declarations
Type
list of string
Default
[
  "127.0.0.1"
]