mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
parent
c9816fa022
commit
6f9c572a0e
1 changed files with 1 additions and 0 deletions
|
@ -1242,6 +1242,7 @@ in {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableDelete = true; # This must be true, otherwise GitLab won't manage it correctly
|
enableDelete = true; # This must be true, otherwise GitLab won't manage it correctly
|
||||||
package = cfg.registry.package;
|
package = cfg.registry.package;
|
||||||
|
port = cfg.registry.port;
|
||||||
extraConfig = {
|
extraConfig = {
|
||||||
auth.token = {
|
auth.token = {
|
||||||
realm = "http${optionalString (cfg.https == true) "s"}://${cfg.host}/jwt/auth";
|
realm = "http${optionalString (cfg.https == true) "s"}://${cfg.host}/jwt/auth";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue