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
+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";