services.quassel.interfaces

NixOS option

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.

type: list of string
Default
[
  "127.0.0.1"
]
declared in: nixos/modules/services/networking/quassel.nixView source on NixOS/nixpkgs →