nixos/dae: add example link

Co-authored-by: Mathias Zhang <me@zzzsy.top>
This commit is contained in:
oluceps 2023-09-03 03:51:42 +00:00
parent 17e386205b
commit ec0755d5f7
No known key found for this signature in database

View file

@ -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>");
};
};