add placeholders for missing module docs

doc-do-over
Daniel Barlow 2023-09-04 22:19:22 +01:00
parent 0a6af46364
commit 0cf4733327
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,7 @@
## Mount
##
## Mount filesystems
{ lib, pkgs, config, ...}:
let

View File

@ -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;