mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
Merge pull request #48039 from lheckemann/murmur-mention-mumble
murmur: mention mumble in description
This commit is contained in:
commit
a88dad2684
@ -50,7 +50,7 @@ in
|
|||||||
enable = mkOption {
|
enable = mkOption {
|
||||||
type = types.bool;
|
type = types.bool;
|
||||||
default = false;
|
default = false;
|
||||||
description = "If enabled, start the Murmur Service.";
|
description = "If enabled, start the Murmur Mumble server.";
|
||||||
};
|
};
|
||||||
|
|
||||||
autobanAttempts = mkOption {
|
autobanAttempts = mkOption {
|
||||||
|
Loading…
Reference in New Issue
Block a user