summary refs log tree commit diff
path: root/nixos/modules/services/networking/dhcpd.nix
Commit message (Collapse)AuthorAge
* nixos/modules: users.(extraUsers|extraGroup->users|group)Florian Klink2018-06-30
|
* nixos/dhcp: fix permissions of statedirJoachim Schiele2018-04-04
| | | nixos/dhcp: fix permissions of statedir
* nixos, dhcpd: make machines assignableEdward Tjörnhammar2017-02-27
|
* dhcpd service: add DHCPv6 supportNikolay Amiantov2017-01-15
|
* nixos: use types.lines for extraConfigEmery Hemingway2016-10-23
|
* dhcpd service: Add extraFlags optionFranz Pletz2016-10-09
|
* nixos/dhcpd: Wait until network interfaces are configured to startWilliam A. Kennington III2014-08-13
|
* nixos/dhcpd: Convert to systemd from upstartWilliam A. Kennington III2014-08-13
|
* nixos/dhcpd: Use dhcp user instead of nobodyWilliam A. Kennington III2014-08-13
|
* nixos/dhcpd: Add the ability to drop privilegesWilliam A. Kennington III2014-08-13
|
* nixos/dhcp: Modernize ddns-update-styleWilliam A. Kennington III2014-08-13
|
* Get all lib functions from lib, not pkgs.lib, in modulesShea Levy2014-07-02
|
* 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.
* Manual: Render multi-line strings properlyEelco Dolstra2013-10-29
|
* Move all of NixOS to nixos/ in preparation of the repository mergeEelco Dolstra2013-10-10