support disabling mentions on certain users
This commit is contained in:
parent
931d73a2da
commit
665ff35d6b
|
@ -64,6 +64,10 @@
|
|||
discord = lib.mkOption {
|
||||
type = lib.types.str;
|
||||
};
|
||||
mentionUser = lib.mkOption {
|
||||
type = lib.types.bool;
|
||||
default = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
config = lib.mkIf config.services.wanireminder.enable {
|
||||
|
|
Loading…
Reference in a new issue