nixos/dae: add example link
Co-authored-by: Mathias Zhang <me@zzzsy.top>
This commit is contained in:
parent
17e386205b
commit
ec0755d5f7
1 changed files with 3 additions and 1 deletions
|
@ -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>");
|
||||
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue