about summary refs log tree commit diff
path: root/nixos/doc
AgeCommit message (Collapse)AuthorFilesLines
2017-11-23Merge pull request #31972 from bkchr/copyfilefromhost_missing_documentationGraham Christensen1-1/+11
Adds missing documentation for copyFileFromHost in NixOS tests
2017-11-23Adds missing documentation for copyFileFromHost in NixOS testsBastian Köcher1-1/+11
2017-11-23Merge pull request #31941 from Rovanion/masterJörg Thalheim1-5/+5
user-mgmt.xml: extraUsers => users
2017-11-23nixos/manual: extraUsers -> users in user-mgmt.xmlRovanion Luckey1-5/+5
Changed extraUsers -> users and one case of extraGroups -> groups in nixos manual chapter 7. According to chatter on IRC these are the proper names for these configuration options nowadays. Modified based on feedback from Jörg Talheim.
2017-11-22nixos/doc/manual: print context on failing xmllint validationProfpatsch1-7/+37
Previously only the line numbers of a giant, internally generated XML file were printed, without any kind of debuggability. Now at least the mentioned lines are printed with a little bit of surrounding context (to have something to grep for). ``` manual-combined.xml:4863: element para: Relax-NG validity error : Did not expect element para there 4859 <chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude" version="5.0" xml:id="sec-writing-modules"> 4860 4861 <title>Writing NixOS Modules</title> 4862 4863 <para>NixOS has a modular system for declarative configuration. This 4864 system combines multiple <emphasis>modules</emphasis> to produce the 4865 full system configuration. One of the modules that constitute the ```
2017-11-18nixos/ssh: Update 18.03 release notesjeaye1-0/+23
Since ssh-dss is no longer supported by default, users relying on those keys for their login may be locked out. They should ideally use stronger keys, but adding the support for ssh-dss back in can also be done through extraConfig.
2017-11-15Merge pull request #31268 from Ma27/x11-defaultsTim Steinbach1-0/+8
services.xserver: fix defaults of X11
2017-11-12docs: document networking.wireless changesrnhmjoj1-2/+12
2017-11-05lib/types: add `ints.positive`.Profpatsch1-0/+7
For values that are positive, but cannot be 0.
2017-11-05lib/types: update docs to match the new type namesProfpatsch1-23/+9
2017-11-05lib/types: nixos manual documentation for signed/unsinged intProfpatsch1-14/+69
Synchronize the manual for the new types.
2017-11-05lib/types: add intBetweenProfpatsch1-0/+11
An int type that checks the value range.
2017-11-05Revert "Revert "services.xserver: assert that either desktop- or window ↵Maximilian Bosch1-0/+8
manager is not "none""" This reverts commit e64dc2543458b52abcd913bad87851f5d7db435d.
2017-11-05Revert "services.xserver: assert that either desktop- or window manager is ↵Herwig Hochleitner1-8/+0
not "none"" This reverts commit 93c54acf97077567e8d6135a36f191e872b26692. This reopens #30517 @nbp @Ma27 Breaking people's config for this is hardly reasonable as is. If it absolutely cannot be avoided, at the very least, we need to provide clear instructions on what people need to upgrade in their config. I actually had to bisect to the commit, to even find out what property I should change or define, as the error message was useless. It didn't even mention a property name. Discussion on the PR seems to be ongoing, so I'm reverting this, so we don't break people's systems on unstable.
2017-11-04services.xserver: assert that either desktop- or window manager is not "none"Maximilian Bosch1-0/+8
resolves #11064
2017-11-03postage: replaced by pgmanage-10.0.2Bas van Dijk1-0/+9
postage is no longer maintained and has been replaced by the identical pgmanage. See: https://github.com/workflowproducts/postage#postage-has-been-replaced-with-pgmanage The following error is raised when a user enables the deprecated `services.postage.enable` option: Failed assertions: - services.postage is deprecated in favor of pgmanage. They have the same options so just substitute postage for pgmanage.
2017-10-29install documentation: document boot.loader.grub.useOSProberSamuel Leathers1-0/+5
2017-10-25nixos manual: suggest nixos-help as wellLinus Heckemann1-1/+2
Part of improving #30760: users on a serial console can't switch ttys, so providing another method to access the manual is useful.
2017-10-23nixos/postfix: allow dollar parameters in lists (#30612)Ryan Hendrickson1-1/+7
2017-10-15doc/installing-usb.xml: fix dead kernel parameter link docs.rardiol1-1/+1
2017-10-0818.03 release notes: mention ZNC mutability changeGuillaume Maudoux1-0/+2
2017-10-01 17.09 release notes: fix typoNikita Uvarov1-1/+1
2017-09-2917.09 release notes: mention KDE upgradesFranz Pletz1-1/+2
2017-09-2917.09 release notes: fix typos & orderingFranz Pletz1-53/+67
2017-09-2917.09 release notes: add network interface rename noteFranz Pletz1-0/+47
Fixes #29197.
2017-09-2817.09 release notes: update information on gitlabRobin Gloster1-1/+2
2017-09-2818.03 release notes: reformatRobin Gloster1-1/+35
2017-09-2817.09 release notes: reformat and generate added servicesRobin Gloster1-4/+106
2017-09-28Revert "dockerTools.pullImage: release note regarding sha256 argument value"Robin Gloster1-9/+1
This reverts commit ea6d37c2bba277295e7a70d0a4f5871a99f7c451.
2017-09-27nixos/release-notes: notable changes to the dnscrypt-proxy serviceJoachim Fasting1-0/+10
2017-09-2717.09 release notes: redis cluster mass-restart neededRobin Gloster1-0/+7
see #29516
2017-09-27manuals: fixup steam note, as the change is in 17.09Vladimír Čunát2-2/+7
I didn't notice the cherry-pick, but Globin found out immediately. /cc #29180.
2017-09-27manuals: document removal of newStdcpp from steamVladimír Čunát2-2/+3
/cc #29180.
2017-09-27nixos/release-notes: MySQL backup service breaking changesRodney Lorrimar1-0/+40
2017-09-2617.09 release notes: fix typoRobin Gloster1-1/+1
2017-09-2617.09 release notes: add module changesRobin Gloster1-9/+91
2017-09-26nixos/release-notes: MySQL declarative users/databasesRodney Lorrimar1-0/+39
Documents a possible migration step required to use the new options.
2017-09-18radicale: Test migration functionalityAneesh Agrawal1-1/+1
This also provides an example of how to migrate.
2017-09-18radicale: Add extraArgs option to assist in data migrationAneesh Agrawal1-1/+1
2017-09-17dockerTools.pullImage: release note regarding sha256 argument valueAntoine Eiche1-0/+9
2017-09-11NixOS Manual: document assertions and warnings (#29206)Robert3-1/+83
* NixOS Manual: document assertions and warnings * NixOS manual: re-wrap assertions text
2017-09-10manual: reworked submodule section for better readabilityThomas Bach1-29/+30
The section was strange to read, as the initial example already used `listOf' which is mentioned in the very first paragraph. Then you read in a subsection about `listOf' and the exact same example is given once again.
2017-09-10manual: fixed remaining placeholder literalThomas Bach1-2/+2
2017-09-10manual: `name' is not an argument for `mkOption'Thomas Bach1-1/+0
2017-09-05postgresql92: remove last referencesFranz Pletz1-1/+1
2017-09-03release notes: gnupg programs are no longer suffixedGraham Christensen1-0/+9
2017-09-02nixos: purge remaining grsecurity bitsJoachim Fasting1-1/+1
:( Fixes https://github.com/NixOS/nixpkgs/issues/28859
2017-09-02nixos/release-notes: grsecurity support removed for 17.09Joachim Fasting1-0/+9
2017-08-30Mark synaptics as deprecatedGraham Christensen1-0/+8
2017-08-30Impala makes packaging a life-long addictionFranz Pletz1-0/+46
Take that recursive acronym, GNU!