summary refs log tree commit diff
path: root/nixos/modules/services/networking
diff options
context:
space:
mode:
authorTimo Kaufmann <timokau@zoho.com>2018-10-08 21:46:38 +0200
committerGitHub <noreply@github.com>2018-10-08 21:46:38 +0200
commita88dad2684d863f197342616114531dad7b687ec (patch)
tree4a9cf6a02849250672cc396afe1223820192bdd1 /nixos/modules/services/networking
parent01d8c222ebf092eefdb93211cd50d32df3dc8713 (diff)
parent68a2fceed56d525fbb3bbe4859c44fa6906668d5 (diff)
downloadnixlib-a88dad2684d863f197342616114531dad7b687ec.tar
nixlib-a88dad2684d863f197342616114531dad7b687ec.tar.gz
nixlib-a88dad2684d863f197342616114531dad7b687ec.tar.bz2
nixlib-a88dad2684d863f197342616114531dad7b687ec.tar.lz
nixlib-a88dad2684d863f197342616114531dad7b687ec.tar.xz
nixlib-a88dad2684d863f197342616114531dad7b687ec.tar.zst
nixlib-a88dad2684d863f197342616114531dad7b687ec.zip
Merge pull request #48039 from lheckemann/murmur-mention-mumble
murmur: mention mumble in description
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 {