Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: 39250775485a
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 31021701ac33
Choose a head ref
  • 3 commits
  • 1 file changed
  • 2 contributors

Commits on Jun 5, 2018

  1. nixos/docker-registry: allow nested config options

    for example:
    
    services.dockerRegistry = {
        enable = true;
        extraConfig = {
            http = {
                host = "https://${config.networking.hostName}:5000";
    
                tls = {
                    certificate = "${registry-tls}/snakeoil.pem";
                    key = "${registry-tls}/snakeoil.key";
                };
            };
        };
    };
    bluescreen303 committed Jun 5, 2018
    Copy the full SHA
    5f1ad29 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2018

  1. Copy the full SHA
    c4fd2b7 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2018

  1. Merge pull request #41478 from bluescreen303/docker-registry

    Small improvements to the docker registry module
    matthewbauer committed Jun 21, 2018
    Copy the full SHA
    3102170 View commit details
    Browse the repository at this point in the history