summary refs log tree commit diff
path: root/nixos/modules/tasks/filesystems/zfs.nix
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/tasks/filesystems/zfs.nix
parent981c28735583f983ae25050fd1fc9533ae501aa0 (diff)
downloadnixpkgs-dc352536a8be332aa520d732c656189478ecb104.tar
nixpkgs-dc352536a8be332aa520d732c656189478ecb104.tar.gz
nixpkgs-dc352536a8be332aa520d732c656189478ecb104.tar.bz2
nixpkgs-dc352536a8be332aa520d732c656189478ecb104.tar.lz
nixpkgs-dc352536a8be332aa520d732c656189478ecb104.tar.xz
nixpkgs-dc352536a8be332aa520d732c656189478ecb104.tar.zst
nixpkgs-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/tasks/filesystems/zfs.nix')
-rw-r--r--nixos/modules/tasks/filesystems/zfs.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/tasks/filesystems/zfs.nix b/nixos/modules/tasks/filesystems/zfs.nix
index efd546f3baa..7c3c662eeac 100644
--- a/nixos/modules/tasks/filesystems/zfs.nix
+++ b/nixos/modules/tasks/filesystems/zfs.nix
@@ -76,7 +76,7 @@ in
     };
 
     systemd.services."zfs-mount" = {
-      description = "Mount zfs volumes";
+      description = "Mount ZFS Volumes";
       after = [ "zpool-import.service" ];
       wantedBy = [ "local-fs.target" ];
       serviceConfig = {