about summary refs log tree commit diff
path: root/nixos/modules/services/networking/znc.nix
AgeCommit message (Expand)AuthorFilesLines
2017-10-07Safer defaults for immutable znc config (#30155)Guillaume Maudoux1-1/+1
2017-09-27znc: fix openFirewall optionMarius Bergmann1-9/+9
2017-09-10Merge pull request #29171 from vaibhavsagar/znc-open-firewallJörg Thalheim1-0/+12
2017-09-10znc: add openFirewall configuration optionVaibhav Sagar1-1/+11
2017-09-10znc: open firewall with configured portVaibhav Sagar1-0/+2
2017-09-10znc: fix network example configurationVaibhav Sagar1-1/+1
2017-05-24znc module: Fix error with bitlbee channel closing tag missing a newline.Tom Doggett1-1/+2
2017-05-23znc: document password generation betterJörg Thalheim1-1/+1
2017-05-17Adding options to enable bitlbee and slack gateways in znc config.Tom Doggett1-8/+53
2017-04-11treewide: use boolToString functionFranz Pletz1-1/+1
2017-03-17nixos/treewide: remove boolean examples for optionsFranz Pletz1-3/+0
2016-11-16znc module: networks option loaOf -> attrsOfEric Sagnes1-1/+1
2016-11-03znc module: optionSet -> submodule (#20096)Eric Sagnes1-2/+1
2016-10-22znc module: refactorschneefux1-62/+112
2015-06-15Some more type cleanupEelco Dolstra1-2/+2
2014-09-13nixos/znc: fix module, createUser option does not exist anymoreJaka Hudoklin1-1/+0
2014-09-01nixos/znc: fix immutable config.Luca Bruno1-10/+6
2014-08-29Remove useless use of optionSet.Nicolas Pierron1-90/+84
2014-08-27nixos/manual: Use literalExample when feasible.aszlig1-1/+1
2014-08-09nixos/znc: add option to add module packages to zncJaka Hudoklin1-16/+50
2014-07-13nixos/znc-service: don't use types.string (it's deprecated)Bjørn Forsman1-15/+15
2014-06-26Add ZNC module. Has zncConfOptions or specify full conf file.Alex Berg1-0/+294