nixos/murmur: mention mumble in description
This makes the option easier to find with the options search or in the manpage.
This commit is contained in:
parent
0a7e258012
commit
68a2fceed5
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ in
|
|||
enable = mkOption {
|
||||
type = types.bool;
|
||||
default = false;
|
||||
description = "If enabled, start the Murmur Service.";
|
||||
description = "If enabled, start the Murmur Mumble server.";
|
||||
};
|
||||
|
||||
autobanAttempts = mkOption {
|
||||
|
|
Loading…
Reference in a new issue