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:
Linus Heckemann 2018-10-08 11:52:55 +02:00
parent 0a7e258012
commit 68a2fceed5

View File

@ -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 {