mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 13:40:28 +03:00
parent
c9816fa022
commit
6f9c572a0e
1 changed files with 1 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue