forked from DGNum/liminix
add preamble text to each service-providing-module
This commit is contained in:
parent
615c2de537
commit
5cff862ae9
5 changed files with 43 additions and 0 deletions
|
@ -1,3 +1,10 @@
|
|||
## Dnsmasq
|
||||
## =======
|
||||
##
|
||||
## This module includes a service to provide DNS, DHCP, and IPv6
|
||||
## router advertisement for the local network.
|
||||
|
||||
|
||||
{ lib, pkgs, config, ...}:
|
||||
let
|
||||
inherit (lib) mkOption types;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue