summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorRickard Nilsson <rickynils@gmail.com>2014-11-19 12:56:32 +0100
committerRickard Nilsson <rickynils@gmail.com>2014-11-19 12:56:42 +0100
commit63d936621210076893a0dfbaa0bfe0f90ccdf70d (patch)
tree7aeea26eb8d8ee41a9bcf29de209a184bb2b0538 /nixos
parent76f065a8de0e2bc78de09516109ce4b7d58a2142 (diff)
downloadnixlib-63d936621210076893a0dfbaa0bfe0f90ccdf70d.tar
nixlib-63d936621210076893a0dfbaa0bfe0f90ccdf70d.tar.gz
nixlib-63d936621210076893a0dfbaa0bfe0f90ccdf70d.tar.bz2
nixlib-63d936621210076893a0dfbaa0bfe0f90ccdf70d.tar.lz
nixlib-63d936621210076893a0dfbaa0bfe0f90ccdf70d.tar.xz
nixlib-63d936621210076893a0dfbaa0bfe0f90ccdf70d.tar.zst
nixlib-63d936621210076893a0dfbaa0bfe0f90ccdf70d.zip
nixos/haveged: Fix incorrect unit configuration (documentation -> Documentation)
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/services/security/haveged.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/modules/services/security/haveged.nix b/nixos/modules/services/security/haveged.nix
index 1d52ed55dbda..2aa523bf70a4 100644
--- a/nixos/modules/services/security/haveged.nix
+++ b/nixos/modules/services/security/haveged.nix
@@ -46,7 +46,7 @@ in
   
     systemd.services.haveged =
       { description = "Entropy Harvesting Daemon";
-        unitConfig.documentation = "man:haveged(8)";
+        unitConfig.Documentation = "man:haveged(8)";
         wantedBy = [ "multi-user.target" ];
         
         path = [ pkgs.haveged ];
@@ -60,4 +60,4 @@ in
 
   };
   
-}
\ No newline at end of file
+}