summaryrefslogtreecommitdiffstats
path: root/nixos/modules/services/networking/kippo.nix
AgeCommit message (Collapse)Author
2018-06-30nixos/modules: users.(extraUsers|extraGroup->users|group)Florian Klink
2016-10-23nixos: use types.lines for extraConfigEmery Hemingway
2016-10-06services.kippo: Add missing '}'Moritz Ulrich
2016-10-06Kippo: move pythonPackages.twisted_11 to kippo expressionFrederik Rietdijk
2016-02-22kippo: revert twisted dependencyThomas Bereknyei
2015-08-07kippo: fix check for pidPathThomas Bereknyei
2015-06-15types.uniq types.int -> types.intEelco Dolstra
types.int already implies uniqueness.
2015-06-15types.uniq types.bool -> types.boolEelco Dolstra
2014-04-14Rewrite ‘with pkgs.lib’ -> ‘with lib’Eelco Dolstra
Using pkgs.lib on the spine of module evaluation is problematic because the pkgs argument depends on the result of module evaluation. To prevent an infinite recursion, pkgs and some of the modules are evaluated twice, which is inefficient. Using ‘with lib’ prevents this problem.
2014-03-12UID/GID fix for kippoThomas Bereknyei
2014-01-14Adds kippo SSH honeypotThomas Bereknyei