From 63d936621210076893a0dfbaa0bfe0f90ccdf70d Mon Sep 17 00:00:00 2001 From: Rickard Nilsson Date: Wed, 19 Nov 2014 12:56:32 +0100 Subject: nixos/haveged: Fix incorrect unit configuration (documentation -> Documentation) --- nixos/modules/services/security/haveged.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nixos') 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 +} -- cgit 1.4.1