summary refs log tree commit diff
path: root/nixos/modules/services/networking/tcpcrypt.nix
Commit message (Collapse)AuthorAge
* treewide: add types to boolean / enable options or make use of mkEnableOptionDominik Xaver Hörl2020-04-27
|
* treewide: use attrs instead of list for types.loaOf optionsrnhmjoj2020-01-06
|
* nixos/modules: users.(extraUsers|extraGroup->users|group)Florian Klink2018-06-30
|
* nixos: tcpcrypt: /var/run -> /run, don't drop files out of rundirJan Malakhovski2018-03-30
|
* tcpcrypt service: remove use of network-interfaces.targetJoachim Fasting2016-09-13
|
* jobs -> systemd.servicesRobin Gloster2016-01-07
|
* tcpcrypt: 2011.07.22 -> 0.3rc1, fix nixos serviceDomen Kožar2014-12-10
|
* 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.
* Move all of NixOS to nixos/ in preparation of the repository mergeEelco Dolstra2013-10-10