Skip to content

Commit

Permalink
Merge pull request #180149 from WilliButz/gitlab-module/fix-registry-…
Browse files Browse the repository at this point in the history
…issuer
  • Loading branch information
SuperSandro2000 committed Sep 1, 2022
2 parents e114a41 + e2a322b commit 5e51546
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/modules/services/misc/gitlab.nix
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ let
port = cfg.registry.externalPort;
key = cfg.registry.keyFile;
api_url = "http://${config.services.dockerRegistry.listenAddress}:${toString config.services.dockerRegistry.port}/";
issuer = "gitlab-issuer";
issuer = cfg.registry.issuer;
};
extra = {};
uploads.storage_path = cfg.statePath;
Expand Down

0 comments on commit 5e51546

Please sign in to comment.