about summary refs log tree commit diff
path: root/nixos/modules/services/networking/wakeonlan.nix
AgeCommit message (Collapse)AuthorFilesLines
2015-10-31Fixed wrong documentation for Wake-On-LAN featureTim Jäger1-1/+1
2014-04-14Rewrite ‘with pkgs.lib’ -> ‘with lib’Eelco Dolstra1-2/+2
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-10Move all of NixOS to nixos/ in preparation of the repository mergeEelco Dolstra1-0/+56