nixos/haveged: Fix incorrect unit configuration (documentation -> Documentation)
This commit is contained in:
parent
76f065a8de
commit
63d9366212
@ -46,7 +46,7 @@ in
|
|||||||
|
|
||||||
systemd.services.haveged =
|
systemd.services.haveged =
|
||||||
{ description = "Entropy Harvesting Daemon";
|
{ description = "Entropy Harvesting Daemon";
|
||||||
unitConfig.documentation = "man:haveged(8)";
|
unitConfig.Documentation = "man:haveged(8)";
|
||||||
wantedBy = [ "multi-user.target" ];
|
wantedBy = [ "multi-user.target" ];
|
||||||
|
|
||||||
path = [ pkgs.haveged ];
|
path = [ pkgs.haveged ];
|
||||||
@ -60,4 +60,4 @@ in
|
|||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user