summaryrefslogtreecommitdiffstats
path: root/nixos/modules/services/networking/cntlm.nix
AgeCommit message (Collapse)Author
2018-06-30nixos/modules: users.(extraUsers|extraGroup->users|group)Florian Klink
2017-06-15cntlm service: cleanup non working config options (#26578)Pascal Bach
- extraConfig was not working - add possibility to add cntlm.conf in verbatime form - create cntlm user as system user - add no proxy option
2016-10-23nixos: use types.lines for extraConfigEmery Hemingway
2015-12-07cntlm: refactor to systemd service, fixes #11339Markus Wotringer
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.
2013-10-30Substitute "types.uniq types.string" -> "types.str"Eelco Dolstra
2013-10-10Move all of NixOS to nixos/ in preparation of the repository mergeEelco Dolstra