summary refs log tree commit diff
path: root/nixos/doc
Commit message (Collapse)AuthorAge
* Kubernetes:Johan Thomsen2018-05-26
| | | | | | - Added information regarding breaking changes to release note for 18.09 - Changed golang version comment in kubernetes package - Added @johanot to maintainers list
* minor improvement to nix installation instructions (#40521)Walter Franzini2018-05-16
| | | | | | | | | | | * improve nix installation instructions in the command $ bash <(curl https://nixos.org/nix/install) <(..) is a bashism. The documentation now show a command that does not require to be executed by bash.
* Merge pull request #39536 from teto/iprouteMatthew Justin Bauer2018-05-15
|\ | | | | [RDY] iproute: copy files in /etc
| * release notes: mention iproute2 moduleMatthieu Coudron2018-05-15
| |
* | nixos: Fix build of the manualaszlig2018-05-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The manual still had a reference to an option that was already renamed ages ago and a7ed44ccadfcf1bd54d0197fbc87b6c1b0bcef7b made it 'visible'. With the visible attribute set to false for extraKernelModules, the option no longer appears in the manual and thus breaks the link from the manual to the options. This is easily fixed by referring to boot.initrd.kernelModules instead of the obsolete option boot.initrd.extraKernelModules. Signed-off-by: aszlig <aszlig@nix.build> Cc: @rycee, @matthewbauer
* | nixos: rename system.{stateVersion,defaultChannel} -> system.nixos.\1Jan Malakhovski2018-05-12
| |
* | googleearth: init at 7.1.8.3036Markus Hauck2018-05-11
| |
* | gnucash: add upgrade instructions to NixOS release notesEmmanuel Rosa2018-05-09
| |
* | Merge pull request #40051 from nh2/manual-option-types-attrsMatthew Justin Bauer2018-05-09
|\ \ | |/ |/| manual: Document `types.attrs`
| * manual: Document `types.attrs`Niklas Hambüchen2018-05-07
| | | | | | | | Signed-off-by: Niklas Hambüchen <mail@nh2.me>
* | NetworkManager: add noDns optionjD91mZM22018-05-08
| |
* | Merge pull request #39526 (improve dhparams)aszlig2018-05-08
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This introduces an option that allows us to turn off stateful generation of Diffie-Hellman parameters, which in some way is still "stateful" as the generated DH params file is non-deterministic. However what we can avoid with this is to have an increased surface for failures during system startup, because generation of the parameters is done during build-time. Aside from adding a NixOS VM test it also restructures the type of the security.dhparams.params option, so that it's a submodule. A new defaultBitSize option is also there to allow users to set a system-wide default. I added a release notes entry that described what has changed and also included a few notes for module developers using this module, as the first usage already popped up in NixOS/nixpkgs#39507. Thanks to @Ekleog and @abbradar for reviewing.
| * nixos: Add release notes about dhparams changesaszlig2018-05-07
| | | | | | | | | | | | | | | | This is not only to make users aware of the changes but also to give a heads up to developers which are using the module. Specifically if they rely on security.dhparams.path only. Signed-off-by: aszlig <aszlig@nix.build>
* | rl-1809: add googleearthMatthew Justin Bauer2018-05-04
| |
* | dockerTools.pullImage: documentation and release noteAntoine Eiche2018-05-02
| |
* | Merge branch 'master' into docker-registry-enhancementsRobin Gloster2018-05-02
|\ \
| * | nixos docs: format =)Graham Christensen2018-05-01
| | |
| * | nixos docs: ignore generated filesGraham Christensen2018-05-01
| | |
| * | nixos docs: fixupGraham Christensen2018-05-01
| | |
| * | Merge pull request #39786 from grahamc/format-nixpkgs-docs-targetGraham Christensen2018-05-01
| |\ \ | | | | | | | | nixpkgs doc: add format Make target
| | * | nixos docs: makefile for formattingGraham Christensen2018-05-01
| | | |
| | * | nixpkgs doc: add format Make targetGraham Christensen2018-04-30
| | | |
| * | | nixos doc: mananager -> manageredef2018-05-01
| | | |
| * | | Merge pull request #38351 from grahamc/user-channelsGraham Christensen2018-05-01
| |\ \ \ | | | | | | | | | | Add user channels to the default nix path
| | * | | Add user channels to the default nix pathGraham Christensen2018-05-01
| | | | |
| * | | | Merge pull request #39798 from lheckemann/nixos-install-chroot-docJörg Thalheim2018-05-01
| |\ \ \ \ | | | | | | | | | | | | nixos-install manual: remove --chroot option
| | * | | | nixos-install manual: remove --chroot optionLinus Heckemann2018-05-01
| | | |_|/ | | |/| | | | | | | | | | | | This option has been removed from the tool in favour of nixos-enter.
| * | | | Merge pull request #38831 from rdnetto/improve-cross-refsGraham Christensen2018-04-30
| |\ \ \ \ | | |_|_|/ | |/| | | Improve cross referencing in NixOS Manual
| | * | | Fixed indentationReuben D'Netto2018-04-17
| | | | |
| | * | | Added cross-references to NixOS manualReuben D'Netto2018-04-12
| | | | |
| * | | | Merge pull request #39416 from Ma27/fix-.version-configMichael Raskin2018-04-30
| |\ \ \ \ | | | | | | | | | | | | .version: don't read from `.version` and deduplicate `.version-suffix` references
| | * | | | treewide: rename version attributesMaximilian Bosch2018-04-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As suggested in https://github.com/NixOS/nixpkgs/pull/39416#discussion_r183845745 the versioning attributes in `lib` should be consistent to `nixos/version` which implicates the following changes: * `lib.trivial.version` -> `lib.trivial.release` * `lib.trivial.suffix` -> `lib.trivial.versionSuffix` * `lib.nixpkgsVersion` -> `lib.version` As `lib.nixpkgsVersion` is referenced several times in `NixOS/nixpkgs`, `NixOS/nix` and probably several user's setups. As the rename will cause a notable impact it's better to keep `lib.nixpkgsVersion` as alias with a warning yielded by `builtins.trace`.
* | | | | | nixos/docker-registry: cleanup module definition & enhance testcaseMaximilian Bosch2018-05-01
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | | Merge pull request #39649 from grahamc/hacking-docsGraham Christensen2018-04-29
|\ \ \ \ \ | | | | | | | | | | | | NixOS docs: making it easier to hack on
| * | | | | nixos docs: include note about make for debugging the nixos docsGraham Christensen2018-04-28
| | | | | |
| * | | | | nixos manual: update xi:include for configuruation.nix's options-dbGraham Christensen2018-04-28
| | | | | |
| * | | | | nixos docs: Add a makefile for hacking on the nixos docsGraham Christensen2018-04-28
| | | | | |
| * | | | | nixos docs: Move generated XML in to a specific subdirectory to allow easier ↵Graham Christensen2018-04-27
| |/ / / / | | | | | | | | | | | | | | | hacking
* / / / / rl-1809: add netcat noteMatthew Justin Bauer2018-04-29
|/ / / /
* | | | Merge pull request #31418 from ryantm/doc-nixos-extra-module-pathGraham Christensen2018-04-27
|\ \ \ \ | | | | | | | | | | lib/eval-config: document NIXOS_EXTRA_MODULE_PATH
| * | | | lib/eval-config: document NIXOS_EXTRA_MODULE_PATHRyan Mulligan2018-02-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds some documentation about importing modules external to Nixpkgs, which provides context for documenting NIXOS_EXTRA_MODULE_PATH. Closes #30376
* | | | | Merge pull request #39431 from fdietze/patch-1xeji2018-04-27
|\ \ \ \ \ | | | | | | | | | | | | nixos manual: Fix typo in Syntax Summary
| * | | | | nixos manual: Fix typo in Syntax SummaryFelix Dietze2018-04-24
| | |_|/ / | |/| | |
* / | | | lib/debug: add replacement instructions & release notesProfpatsch2018-04-27
|/ / / / | | | | | | | | | | | | for every deprecated function.
* | | | Merge pull request #38485 from obsidiansystems/nixos-nixpkgs-optionsJohn Ericson2018-04-19
|\ \ \ \ | | | | | | | | | | nixpkgs module: Clean up platform options
| * | | | nixpkgs module: Clean up platform optionsJohn Ericson2018-04-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - `localSystem` is added, it strictly supercedes system - `crossSystem`'s description mentions `localSystem` (and vice versa). - No more weird special casing I don't even understand TEMP
* | | | | Clarify installation steps w.r.t. disk partitionsChristian Kauhaus2018-04-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - mkfs.fat needs `-n` to set a partition label, not `-L`. - create /mnt/boot before mounting - leave out detailed LVM example as advanced users already how to create LVs while it is detracting for novices. Re #38674
* | | | | nixos manual: add missing space after "copytoram"Raphael Das Gupta2018-04-16
| | | | |
* | | | | clementine: provide free derivation by defaultMaximilian Bosch2018-04-07
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The `clementine` package is actually released under Apache license, but requires the unfree `libspotify` package to build. Now `nixpkgs.clementine` points to the free derivation and `nixpkgs.clementineUnfree` has been introduced for the package bundled with spotify support. Fixes #38315
* | | | nixos docs: syntax highlightGraham Christensen2018-04-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Rectifies diverging CSS by combining nixos/nixpkgs docs CSS - Moves our custom Highlight.js loader in to the hljs package - Switches the nixos docs to use SVG callouts too