summary refs log tree commit diff
path: root/nixos/modules/services/networking/cntlm.nix
Commit message (Collapse)AuthorAge
* nixos/cntlm: add typesScriptkiddi2021-01-26
|
* treewide: fix double quoted strings in meta.descriptionvolth2021-01-24
| | | | Signed-off-by: Ben Siraphob <bensiraphob@gmail.com>
* treewide: add bool type to enable options, or make use of mkEnableOptionDominik Xaver Hörl2020-04-21
| | | | Add missing type information to manually specified enable options or replace them by mkEnableOption where appropriate.
* nixos/modules: users.(extraUsers|extraGroup->users|group)Florian Klink2018-06-30
|
* cntlm service: cleanup non working config options (#26578)Pascal Bach2017-06-15
| | | | | | - extraConfig was not working - add possibility to add cntlm.conf in verbatime form - create cntlm user as system user - add no proxy option
* nixos: use types.lines for extraConfigEmery Hemingway2016-10-23
|
* cntlm: refactor to systemd service, fixes #11339Markus Wotringer2015-12-07
|
* 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.
* Substitute "types.uniq types.string" -> "types.str"Eelco Dolstra2013-10-30
|
* Move all of NixOS to nixos/ in preparation of the repository mergeEelco Dolstra2013-10-10