mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 09:54:40 +02:00
treewide: remove usage of 'mdDoc'
This commit is contained in:
parent
e38838e7c3
commit
95b21fdcbe
11 changed files with 31 additions and 31 deletions
|
@ -8,18 +8,18 @@ in
|
|||
enable = mkEnableOption "enable matrix forwarding bot";
|
||||
Username = mkOption {
|
||||
type = types.str;
|
||||
description = lib.mdDoc "Matrix bot name.";
|
||||
description = "Matrix bot name.";
|
||||
example = "@bot:matrix.org";
|
||||
default = "@stunkymonkey-bot:matrix.org";
|
||||
};
|
||||
PasswortFile = mkOption {
|
||||
type = types.path;
|
||||
description = lib.mdDoc "Password for the bot.";
|
||||
description = "Password for the bot.";
|
||||
example = "/run/secrets/password";
|
||||
};
|
||||
RoomID = mkOption {
|
||||
type = types.str;
|
||||
description = lib.mdDoc "Matrix room id.";
|
||||
description = "Matrix room id.";
|
||||
example = "!abcdefghijklmnopqr:matrix.org";
|
||||
default = "!ZWnKiKLuQNBkBGMPCl:matrix.org";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue