Charybdis
services.charybdis.config
Charybdis IRC daemon configuration file.
Type: string
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/charybdis.nix
services.charybdis.enable
Whether to enable Charybdis IRC daemon.
Type: boolean
Default
false
Example
true
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/charybdis.nix
services.charybdis.group
Charybdis IRC daemon group.
Type: string
Default
"ircd"
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/charybdis.nix
services.charybdis.motd
Charybdis MOTD text.
Charybdis will read its MOTD from /etc/charybdis/ircd.motd . If set, the value of this option will be written to this path.
Type: null or strings concatenated with "\n"
Default
null
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/charybdis.nix
services.charybdis.statedir
Location of the state directory of charybdis.
Type: path
Default
"/var/lib/charybdis"
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/charybdis.nix
services.charybdis.user
Charybdis IRC daemon user.
Type: string
Default
"ircd"
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/charybdis.nix