nixos/dae: add example link
Co-authored-by: Mathias Zhang <me@zzzsy.top>
This commit is contained in:
@@ -86,11 +86,13 @@ in
|
||||
'';
|
||||
description = mdDoc ''
|
||||
Config text for dae.
|
||||
|
||||
See <https://github.com/daeuniverse/dae/blob/main/example.dae>.
|
||||
'';
|
||||
};
|
||||
|
||||
disableTxChecksumIpGeneric =
|
||||
mkEnableOption (mdDoc "See https://github.com/daeuniverse/dae/issues/43");
|
||||
mkEnableOption (mdDoc "See <https://github.com/daeuniverse/dae/issues/43>");
|
||||
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user