about summary refs log tree commit diff
path: root/nixos/modules/services/hardware
diff options
context:
space:
mode:
authorBjørn Forsman <bjorn.forsman@gmail.com>2013-11-09 20:06:01 +0100
committerBjørn Forsman <bjorn.forsman@gmail.com>2013-11-09 20:45:50 +0100
commitdc352536a8be332aa520d732c656189478ecb104 (patch)
treee19dc271bcd578d1feb5509e1f1277173dcaf54e /nixos/modules/services/hardware
parent981c28735583f983ae25050fd1fc9533ae501aa0 (diff)
downloadnixlib-dc352536a8be332aa520d732c656189478ecb104.tar
nixlib-dc352536a8be332aa520d732c656189478ecb104.tar.gz
nixlib-dc352536a8be332aa520d732c656189478ecb104.tar.bz2
nixlib-dc352536a8be332aa520d732c656189478ecb104.tar.lz
nixlib-dc352536a8be332aa520d732c656189478ecb104.tar.xz
nixlib-dc352536a8be332aa520d732c656189478ecb104.tar.zst
nixlib-dc352536a8be332aa520d732c656189478ecb104.zip
nixos: capitalize a bunch of service descriptions
(systemd service descriptions that is, not service descriptions in "man
configuration.nix".)

Capitalizing each word in the description seems to be the accepted
standard.

Also shorten these descriptions:
 * "Munin node, the agent process" => "Munin Node"
 * "Planet Venus, an awesome ‘river of news’ feed reader" => "Planet Venus Feed Reader"
Diffstat (limited to 'nixos/modules/services/hardware')
-rw-r--r--nixos/modules/services/hardware/bluetooth.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/hardware/bluetooth.nix b/nixos/modules/services/hardware/bluetooth.nix
index b0714a3ce800..a70a66c2ba0b 100644
--- a/nixos/modules/services/hardware/bluetooth.nix
+++ b/nixos/modules/services/hardware/bluetooth.nix
@@ -28,7 +28,7 @@ with pkgs.lib;
     services.dbus.packages = [ pkgs.bluez ];
 
     systemd.services."dbus-org.bluez" = {
-      description = "Bluetooth service";
+      description = "Bluetooth Service";
       serviceConfig = {
         Type = "dbus";
         BusName = "org.bluez";