nixos/nexus: fix typo
Nexus is produced by [Sonatype][1], not SonarType. [1]: https://www.sonatype.org/
This commit is contained in:
parent
191f03f02e
commit
00cda0d18d
1 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@ in
|
|||
{
|
||||
options = {
|
||||
services.nexus = {
|
||||
enable = mkEnableOption "SonarType Nexus3 OSS service";
|
||||
enable = mkEnableOption "Sonatype Nexus3 OSS service";
|
||||
|
||||
user = mkOption {
|
||||
type = types.str;
|
||||
|
@ -54,7 +54,7 @@ in
|
|||
users.extraGroups."${cfg.group}" = {};
|
||||
|
||||
systemd.services.nexus = {
|
||||
description = "SonarType Nexus3";
|
||||
description = "Sonatype Nexus3";
|
||||
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue