nixos/gitlab: Fix registry port (#351496)

This commit is contained in:
Arne Keller
2024-12-21 16:56:18 +01:00
committed by GitHub
+1
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";