about summary refs log tree commit diff
path: root/nixos/doc
Commit message (Collapse)AuthorAge
...
* | docs: formatGraham Christensen2018-09-29
| |
* | Revert "Revert "doc: Update section about imperative containers""Graham Christensen2018-09-29
| | | | | | | | | | | | I fixed the problem. This reverts commit 74df71bc8b446dd803aed3990a1148f258772f65.
* | Revert "doc: Update section about imperative containers"Tuomas Tynkkynen2018-09-30
| | | | | | | | | | | | | | | | This reverts commit f309440ee3b6830fd886f824be81b0fecfba52fc. Breaks manual build: https://nix-cache.s3.amazonaws.com/log/wnjcy6n5f871bpyy9nd06smiz1ggv99c-nixos-manual-combined.drv
* | doc: Update section about imperative containersArian van Putten2018-09-28
| | | | | | | | | | | | | | | | | | Nix commands inside the container have been broken since 18.03, and no fix is yet in sight. Lets remove from the documentation that this is a usecase that we support, as it doesn't seem likely that this will be fixed before 18.09 either. See #40355
* | Add ssh backdoor to VM tests infrastructure.Tuomas Tynkkynen2018-09-28
| | | | | | | | | | Thanks to @dezgeg for prototype implementation, I've cleaned it up and added documentation.
* | rabbitmq-server: 3.6.10 -> 3.7.8Alexey Lebedeff2018-09-25
| | | | | | | | | | | | | | | | | | | | | | - New dependency on 'getconf' binary for https://github.com/rabbitmq/rabbitmq-common/blob/3aa619e9ef81cfe6db0c776e6cd829ce234a7881/src/vm_memory_monitor.erl#L448 - New dependency on 'socat' for systemd notifications https://github.com/rabbitmq/rabbitmq-server/blob/4a3ee3a336bc82f2e56ec5d2292c80458ccc2974/src/rabbit.erl#L361 - elixir_1_6 for a new 'rabbitmqctl' tool - Replace patching with providing custom PATH, as we already have some other things here - Renamed package in all-packages.nix from a legacy spelling
* | Merge pull request #46193 from oxij/nixos/manual-to-docSamuel Dionne-Riel2018-09-24
|\ \ | | | | | | nixos: doc: implement #12542
| * | nixos: doc: rename `manual` to `manualHTML`, cleanup referencesJan Malakhovski2018-09-23
| | | | | | | | | | | | | | | | | | Because when I see "config.system.build.manual.manual" after I forgot what it means I ask "Why do I need that second `.manual` there again?". Doesn't happen with `config.system.build.manual.manualHTML`.
* | | 19.03: fix section idWill Dietz2018-09-23
| | |
* | | release-notes/19.03: add release notes for nix 2.0 requirement bumpJohn Ericson2018-09-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | This is taken from the 18.09 change, which was reverted on release-18.09 but not master. The now-false 18.09 release notes were just removed from master in 29854e24265457991448afb93363bdcc9e5d2eca, but since the underlying change is still there, release notes for 19.03 are warranted. This commit takes the now-reverted release notes and reuses them for that.
* | | release-notes: Add missing "Backward Incompatibilities" sectionJohn Ericson2018-09-23
| | | | | | | | | | | | | | | This has been part of every release since 17.03. I think the template for new releases should be updated to contain this.
* | | Revert "nixos docs: add release notes for nix 2.0 requiremnt bump"Matthew Bauer2018-09-23
|/ / | | | | | | | | | | This reverts commit 18f953965598ab585cc4b3f9018463905401bdd9. (cherry picked from commit 02bb97e5bb30cdbd9097c5efcf0560b8188b2940)
* | Merge master into staging-nextFrederik Rietdijk2018-09-18
|\ \
| * | nixos tests doc: update VM state pathErik Arvstedt2018-09-17
| | |
| * | nixos tests doc: add example statementErik Arvstedt2018-09-17
| | |
| * | nixos tests doc: fix example statementErik Arvstedt2018-09-17
| | | | | | | | | | | | | | | False statements don't cause NixOS tests to fail, we need to throw an exception or terminate.
| * | kubernetes: 1.10.5 -> 1.11.3Johan Thomsen2018-09-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed minor issue where kube-addon manager complaints about /opt/namespace.yaml missing. Added release notes with reference to Kubernetes 1.11 release notes. closes #43882
* | | Merge branch 'master' into staging-nextUli Baum2018-09-13
|\| |
| * | nixos/doc: Add stable pre-release warning (#46473)Sarah Brofeldt2018-09-11
| | |
| * | doc: Add release notes for top-level {build,host,target}Platform deprecationJohn Ericson2018-09-06
| | | | | | | | | | | | I forgot to do this in e51f736076548459f36a1250de4bf6867f880b66.
| * | Merge pull request #46148 from obsidiansystems/plain-system-hostJohn Ericson2018-09-06
| |\ \ | | |/ | |/| top-level, stdenv: Make `system` and `stdenv.system` describe the hostPlatform
| | * doc: Add changelog entry for new definition of `system` and `stdenv.system`John Ericson2018-09-06
| | | | | | | | | | | | See the previous commit for details.
* | | Merge branch 'master' into staging-nextVladimír Čunát2018-09-04
|\| | | | | | | | | | | Hydra: ?compare=1477053
| * | nixos: Document option description changesaszlig2018-09-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds a release notes entry to make users (and especially developers) aware so they no longer need to use </para><para> in option descriptions as this is now done automatically on every two consecutive newlines. More details can be found in the commit message of f865d0feabfafbb30a9e. Signed-off-by: aszlig <aszlig@nix.build>
| * | release-notes: Adds 19.03 — KoiSamuel Dionne-Riel2018-09-02
| | |
| * | Merge pull request #45930 from aszlig/option-description-parbreakGraham Christensen2018-09-02
| |\ \ | | |/ | |/| nixos: Split paras by \n\n in option descriptions
| | * nixos: Split paras by \n\n in option descriptionsaszlig2018-09-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | What annoyed me for a long time was the fact, that in order to break into a new paragraph, you need to insert </para><para> in the description attribute of an option. Now we will automatically create <para/> elements for every block that is separated by two consecutive newlines. I first tried to do this within options-to-docbook.xsl, but it turns out[1] that this isn't directly possible with XSLT 1.0, so I added another XSLT file that postprocesses the option descriptions that are now enclosed in <nixos:option-description/> by options-to-docbook.xsl. The splitting itself is a bit more involved, because we can't simply split on every \n\n because we'd also split text nodes of elements, for example: <screen><![CDATA[ one line another one ]]></screen> This would create one <para/> element for "one line" and another for "another line", which we obviously don't want because <screen/> is used to display verbatim contents of what a user is seeing on the screen. So what we do instead is splitting *only* the top-level text nodes within the outermost <para/> and leave all elements as-is. If there are more than one <para/> elements at the top-level, we simply don't process it at all, because the description then already contains </para><para>. https://www.mhonarc.org/archive/html/xsl-list/2012-09/msg00319.html Signed-off-by: aszlig <aszlig@nix.build> Cc: @edolstra, @domenkozar
| * | nixos docs: more IDsGraham Christensen2018-09-02
| |/
* | Merge master into stagingFrederik Rietdijk2018-09-02
|\|
| * nixos docs: footnotes: give IDsGraham Christensen2018-09-01
| |
| * makefile: auto-format xml docs outside of the doc subdirGraham Christensen2018-09-01
| |
| * nixos docs: give IDs to thingsGraham Christensen2018-09-01
| |
| * nixos docs: Give sections IDsGraham Christensen2018-09-01
| |
* | alternative for iproute module (#41801)volth2018-09-01
|/
* nixos/doc: add instructions for installation behind a proxy (#45854)Venkateswara Rao Mandela2018-09-01
| | | | | | | | | | | | | | | | The instructions to install nixos behind a proxy were not clear. While one could guess that setting http_proxy variables can get the install rolling, one could end up with an installed system where the proxy settings for the nix-daemon are not configured. This commit updates the documentation with 1. steps to install behind a proxy 2. configure the global proxy settings so that nix-daemon can access internet. 3. Pointers to use nesting.clone in case one has to use different proxy settings on different networks.
* Merge pull request #30890 from Lassulus/slim-lightdmxeji2018-09-01
|\ | | | | display-managers: make lightdm the default
| * xserver.displayManager: change defaultlassulus2018-08-31
| | | | | | | | | | | | | | | | Switch from slim to lightdm as the display-manager. If plasma5 is used as desktop-manager use sdddm. If gnome3 is used as desktop-manager use gdm. Based on #12516
* | Document running nixos-rebuild switch to clear /boot spaceGraham Christensen2018-08-31
|/
* nixos docs: add release notes for nix 2.0 requiremnt bumpGraham Christensen2018-08-30
|
* Merge pull request #44990 from Ma27/reload-user-units-during-activationJörg Thalheim2018-08-27
|\ | | | | nixos/switch-to-configuration: reload user units
| * nixos/switch-to-configuration: reload user unitsMaximilian Bosch2018-08-14
| | | | | | | | | | | | | | | | | | | | | | When rebuilding you have to manually run `systemctl --user daemon-reload`. It gathers all authenticated users using `loginctl list-user` and runs `daemon-reload` for each of them. This is a first step towards a `nixos-rebuild` which is able to reload user units from systemd. The entire task is fairly hard, however I consider this patch usable as it allows to restart units without running `daemon-reload` for each authenticated user.
* | elasticsearch-curator: add note to the NixOS release notesBas van Dijk2018-08-25
| |
* | Merge branch 'master' into es6Bas van Dijk2018-08-23
|\ \
| * | treewide: remove mailing list referencesRyan Mulligan2018-08-23
| | |
| * | Merge pull request #45215 from srhb/no-password-installSamuel Dionne-Riel2018-08-21
| |\ \ | | | | | | | | nixos/doc: New installer note on unattended installs
| | * | nixos/doc: New installer note on unattended installsSarah Brofeldt2018-08-19
| | |/
| * / lib/recursiveUpdateUntil: add a test & release note for fixProfpatsch2018-08-15
| |/
| * doc: document luksroot.nix changes in release notesJan Malakhovski2018-08-08
| |
| * cassandra: rewrote service from scratchThomas Bach2018-08-07
| | | | | | | | | | Adds a replacement for the previously broken `services.database.cassandra` with tests for a multi-node setup.
| * nixos/manual: add release note entry for FoundationDBAustin Seipp2018-08-05
| | | | | | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>