add placeholders for missing module docs
This commit is contained in:
parent
0a6af46364
commit
0cf4733327
2 changed files with 10 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
## Mount
|
||||
##
|
||||
## Mount filesystems
|
||||
|
||||
|
||||
{ lib, pkgs, config, ...}:
|
||||
let
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
## Watchdog
|
||||
##
|
||||
## Enable hardware watchdog (for devices that support one) and
|
||||
## feed it by checking the health of specified critical services.
|
||||
## If the watchdog feeder stops, the device will reboot.
|
||||
|
||||
{ lib, pkgs, config, ...}:
|
||||
let
|
||||
inherit (lib) mkOption types;
|
||||
|
|
Loading…
Reference in a new issue