about summary refs log tree commit diff
path: root/nixos/doc
Commit message (Collapse)AuthorAge
...
* | | | nixos/logstash: Listen on 127.0.0.1 instead of 0.0.0.0Sarah Brofeldt2017-12-09
| | | |
* | | | Merge pull request #32212 from ryantrinkle/nat-port-forwarding-rangeszimbatm2017-12-04
|\ \ \ \ | |_|/ / |/| | | Nat port forwarding ranges
| * | | nixpkgs.lib: Add types.strMatchingRyan Trinkle2017-12-02
| | | |
* | | | nixos/doc/x-windows: update touchpad to libinputBert Moens2017-12-03
|/ / /
* | | Merge pull request #31972 from bkchr/copyfilefromhost_missing_documentationGraham Christensen2017-11-23
|\ \ \ | | | | | | | | Adds missing documentation for copyFileFromHost in NixOS tests
| * | | Adds missing documentation for copyFileFromHost in NixOS testsBastian Köcher2017-11-23
| | | |
* | | | Merge pull request #31941 from Rovanion/masterJörg Thalheim2017-11-23
|\ \ \ \ | | | | | | | | | | user-mgmt.xml: extraUsers => users
| * | | | nixos/manual: extraUsers -> users in user-mgmt.xmlRovanion Luckey2017-11-23
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* / / / nixos/doc/manual: print context on failing xmllint validationProfpatsch2017-11-22
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 ```
* | | nixos/ssh: Update 18.03 release notesjeaye2017-11-18
| | | | | | | | | | | | | | | | | | | | | 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.
* | | Merge pull request #31268 from Ma27/x11-defaultsTim Steinbach2017-11-15
|\ \ \ | |_|/ |/| | services.xserver: fix defaults of X11
| * | Revert "Revert "services.xserver: assert that either desktop- or window ↵Maximilian Bosch2017-11-05
| | | | | | | | | | | | | | | | | | manager is not "none""" This reverts commit e64dc2543458b52abcd913bad87851f5d7db435d.
* | | docs: document networking.wireless changesrnhmjoj2017-11-12
| | |
* | | lib/types: add `ints.positive`.Profpatsch2017-11-05
| | | | | | | | | | | | For values that are positive, but cannot be 0.
* | | lib/types: update docs to match the new type namesProfpatsch2017-11-05
| | |
* | | lib/types: nixos manual documentation for signed/unsinged intProfpatsch2017-11-05
| | | | | | | | | | | | Synchronize the manual for the new types.
* | | lib/types: add intBetweenProfpatsch2017-11-05
|/ / | | | | | | An int type that checks the value range.
* | Revert "services.xserver: assert that either desktop- or window manager is ↵Herwig Hochleitner2017-11-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | services.xserver: assert that either desktop- or window manager is not "none"Maximilian Bosch2017-11-04
| | | | | | | | resolves #11064
* | postage: replaced by pgmanage-10.0.2Bas van Dijk2017-11-03
|/ | | | | | | | | | | 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.
* install documentation: document boot.loader.grub.useOSProberSamuel Leathers2017-10-29
|
* nixos manual: suggest nixos-help as wellLinus Heckemann2017-10-25
| | | | | Part of improving #30760: users on a serial console can't switch ttys, so providing another method to access the manual is useful.
* nixos/postfix: allow dollar parameters in lists (#30612)Ryan Hendrickson2017-10-23
|
* doc/installing-usb.xml: fix dead kernel parameter link docs.rardiol2017-10-15
|
* 18.03 release notes: mention ZNC mutability changeGuillaume Maudoux2017-10-08
|
* 17.09 release notes: fix typoNikita Uvarov2017-10-01
|
* 17.09 release notes: mention KDE upgradesFranz Pletz2017-09-29
|
* 17.09 release notes: fix typos & orderingFranz Pletz2017-09-29
|
* 17.09 release notes: add network interface rename noteFranz Pletz2017-09-29
| | | | Fixes #29197.
* 17.09 release notes: update information on gitlabRobin Gloster2017-09-28
|
* 18.03 release notes: reformatRobin Gloster2017-09-28
|
* 17.09 release notes: reformat and generate added servicesRobin Gloster2017-09-28
|
* Revert "dockerTools.pullImage: release note regarding sha256 argument value"Robin Gloster2017-09-28
| | | | This reverts commit ea6d37c2bba277295e7a70d0a4f5871a99f7c451.
* nixos/release-notes: notable changes to the dnscrypt-proxy serviceJoachim Fasting2017-09-27
|
* 17.09 release notes: redis cluster mass-restart neededRobin Gloster2017-09-27
| | | | see #29516
* manuals: fixup steam note, as the change is in 17.09Vladimír Čunát2017-09-27
| | | | | I didn't notice the cherry-pick, but Globin found out immediately. /cc #29180.
* manuals: document removal of newStdcpp from steamVladimír Čunát2017-09-27
| | | | /cc #29180.
* nixos/release-notes: MySQL backup service breaking changesRodney Lorrimar2017-09-27
|
* 17.09 release notes: fix typoRobin Gloster2017-09-26
|
* 17.09 release notes: add module changesRobin Gloster2017-09-26
|
* nixos/release-notes: MySQL declarative users/databasesRodney Lorrimar2017-09-26
| | | | Documents a possible migration step required to use the new options.
* radicale: Test migration functionalityAneesh Agrawal2017-09-18
| | | | This also provides an example of how to migrate.
* radicale: Add extraArgs option to assist in data migrationAneesh Agrawal2017-09-18
|
* dockerTools.pullImage: release note regarding sha256 argument valueAntoine Eiche2017-09-17
|
* NixOS Manual: document assertions and warnings (#29206)Robert2017-09-11
| | | | | | * NixOS Manual: document assertions and warnings * NixOS manual: re-wrap assertions text
* manual: reworked submodule section for better readabilityThomas Bach2017-09-10
| | | | | | | 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.
* manual: fixed remaining placeholder literalThomas Bach2017-09-10
|
* manual: `name' is not an argument for `mkOption'Thomas Bach2017-09-10
|
* postgresql92: remove last referencesFranz Pletz2017-09-05
|
* release notes: gnupg programs are no longer suffixedGraham Christensen2017-09-03
|