summary refs log tree commit diff
path: root/nixos/modules/services/networking
diff options
context:
space:
mode:
authorLinus Heckemann <git@sphalerite.org>2018-10-08 11:52:55 +0200
committerLinus Heckemann <git@sphalerite.org>2018-10-08 13:33:36 +0200
commit68a2fceed56d525fbb3bbe4859c44fa6906668d5 (patch)
treebcaab55a3a2d7d5a272943e17c41d2b66cb193e5 /nixos/modules/services/networking
parent0a7e258012b60cbe530a756f09a4f2516786d370 (diff)
downloadnixlib-68a2fceed56d525fbb3bbe4859c44fa6906668d5.tar
nixlib-68a2fceed56d525fbb3bbe4859c44fa6906668d5.tar.gz
nixlib-68a2fceed56d525fbb3bbe4859c44fa6906668d5.tar.bz2
nixlib-68a2fceed56d525fbb3bbe4859c44fa6906668d5.tar.lz
nixlib-68a2fceed56d525fbb3bbe4859c44fa6906668d5.tar.xz
nixlib-68a2fceed56d525fbb3bbe4859c44fa6906668d5.tar.zst
nixlib-68a2fceed56d525fbb3bbe4859c44fa6906668d5.zip
nixos/murmur: mention mumble in description
This makes the option easier to find with the options search or in the
manpage.
Diffstat (limited to 'nixos/modules/services/networking')
-rw-r--r--nixos/modules/services/networking/murmur.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/networking/murmur.nix b/nixos/modules/services/networking/murmur.nix
index fcc813e6898f..a6e90feff7ea 100644
--- a/nixos/modules/services/networking/murmur.nix
+++ b/nixos/modules/services/networking/murmur.nix
@@ -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 {