mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
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 = {
|
options = {
|
||||||
services.nexus = {
|
services.nexus = {
|
||||||
enable = mkEnableOption "SonarType Nexus3 OSS service";
|
enable = mkEnableOption "Sonatype Nexus3 OSS service";
|
||||||
|
|
||||||
user = mkOption {
|
user = mkOption {
|
||||||
type = types.str;
|
type = types.str;
|
||||||
|
@ -54,7 +54,7 @@ in
|
||||||
users.extraGroups."${cfg.group}" = {};
|
users.extraGroups."${cfg.group}" = {};
|
||||||
|
|
||||||
systemd.services.nexus = {
|
systemd.services.nexus = {
|
||||||
description = "SonarType Nexus3";
|
description = "Sonatype Nexus3";
|
||||||
|
|
||||||
wantedBy = [ "multi-user.target" ];
|
wantedBy = [ "multi-user.target" ];
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue