nixpkgs/nixos/doc/manual
Maximilian Bosch 593dc45141
nixos/docker-registry: cleanup module definition & enhance testcase
The following changes have been applied:

- the property `http.headers.X-Content-Type-Options` must a list of
  strings rather than a serialized list
- instead of `/etc/docker/registry/config.yml` the configuration will be
  written with `pkgs.writeText` and the store path will be used to run
  the registry. This reduces the risk of possible impurities by relying
  on the Nix store only.
- cleaned up the property paths to easy readability and reduce the
  verbosity.
- enhanced the testcase to ensure that digests can be deleted as well
- the `services.docker-registry.extraConfig` object will be merged with
  `registryConfig`

/cc @ironpinguin
2018-05-01 15:23:39 +02:00
..
administration postgresql92: remove last references 2017-09-05 18:20:56 +02:00
configuration nixos docs: Move generated XML in to a specific subdirectory to allow easier hacking 2018-04-27 22:44:51 -04:00
development nixos docs: include note about make for debugging the nixos docs 2018-04-28 04:15:16 -04:00
installation Clarify installation steps w.r.t. disk partitions 2018-04-17 14:29:07 +02:00
release-notes nixos/docker-registry: cleanup module definition & enhance testcase 2018-05-01 15:23:39 +02:00
default.nix nixos docs: Add a makefile for hacking on the nixos docs 2018-04-28 04:00:55 -04:00
Makefile nixos docs: Add a makefile for hacking on the nixos docs 2018-04-28 04:00:55 -04:00
man-configuration.xml nixos manual: update xi:include for configuruation.nix's options-db 2018-04-28 04:04:56 -04:00
man-nixos-build-vms.xml nixpkgs module: Clean up platform options 2018-04-06 12:41:44 -04:00
man-nixos-enter.xml Add a "nixos-enter" command 2018-02-05 19:41:54 +01:00
man-nixos-generate-config.xml nixos-generate-config: Emit LUKS configuration for boot device 2016-05-25 18:04:41 +02:00
man-nixos-install.xml Fix installing the Nixpkgs channel on the installation media 2018-02-27 19:58:23 +01:00
man-nixos-option.xml Improved nixos-option manpage 2017-08-04 03:30:35 +02:00
man-nixos-rebuild.xml doc: correct typo (#21176) 2016-12-15 17:13:44 +01:00
man-nixos-version.xml Add some more info to the nixos-version manpage 2016-07-15 12:02:39 +02:00
man-pages.xml Add a "nixos-enter" command 2018-02-05 19:41:54 +01:00
manual.xml nixos docs: Add a makefile for hacking on the nixos docs 2018-04-28 04:00:55 -04:00
options-to-docbook.xsl nixos docs: Add a makefile for hacking on the nixos docs 2018-04-28 04:00:55 -04:00
README nixos/doc/manual: Fix typos in README. 2014-07-23 15:00:25 +02:00

To build the manual, you need Nix installed on your system (no need
for NixOS). To install Nix, follow the instructions at

    https://nixos.org/nix/download.html

When you have Nix on your system, in the root directory of the project
(i.e., `nixpkgs`), run:

    nix-build nixos/release.nix -A manual.x86_64-linux

When this command successfully finishes, it will tell you where the
manual got generated.