We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b2bd91 commit 72bd3bbCopy full SHA for 72bd3bb
module.nix
@@ -178,15 +178,15 @@ in {
178
telegram = mkOption {
179
type = with types; nullOr path;
180
default = null;
181
- description = lib.mdDoc ''
+ description = ''
182
Path to telegram bot token of Rustina manager.
183
'';
184
};
185
186
github = mkOption {
187
188
189
190
Path to github token for Rustina manager.
191
192
@@ -207,7 +207,7 @@ in {
207
dataDir = mkOption {
208
type = types.str;
209
default = "/var/lib/rustina/bot";
210
211
The path where Rustina Bot keeps its config, data, and logs.
212
213
0 commit comments