0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 13:40:28 +03:00

nixos/gitlab: Fix registry port

fix #350428
This commit is contained in:
Matthieu Barthel 2024-10-26 19:50:53 +02:00
parent c9816fa022
commit 6f9c572a0e
No known key found for this signature in database
GPG key ID: 9245E77C55ECD2B4

View file

@ -1242,6 +1242,7 @@ in {
enable = true;
enableDelete = true; # This must be true, otherwise GitLab won't manage it correctly
package = cfg.registry.package;
port = cfg.registry.port;
extraConfig = {
auth.token = {
realm = "http${optionalString (cfg.https == true) "s"}://${cfg.host}/jwt/auth";