summary refs log tree commit diff
path: root/nixos/modules/services/networking/kippo.nix
Commit message (Collapse)AuthorAge
* nixos/modules: users.(extraUsers|extraGroup->users|group)Florian Klink2018-06-30
|
* nixos: use types.lines for extraConfigEmery Hemingway2016-10-23
|
* services.kippo: Add missing '}'Moritz Ulrich2016-10-06
|
* Kippo: move pythonPackages.twisted_11 to kippo expressionFrederik Rietdijk2016-10-06
|
* kippo: revert twisted dependencyThomas Bereknyei2016-02-22
|
* kippo: fix check for pidPathThomas Bereknyei2015-08-07
|
* types.uniq types.int -> types.intEelco Dolstra2015-06-15
| | | | types.int already implies uniqueness.
* types.uniq types.bool -> types.boolEelco Dolstra2015-06-15
|
* Rewrite ‘with pkgs.lib’ -> ‘with lib’Eelco Dolstra2014-04-14
| | | | | | | | 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.
* UID/GID fix for kippoThomas Bereknyei2014-03-12
|
* Adds kippo SSH honeypotThomas Bereknyei2014-01-14