summary refs log tree commit diff
path: root/nixos/doc/manual/configuration
Commit message (Collapse)AuthorAge
* Revert "Add a way to pin a NixOS version within the module system."Eelco Dolstra2016-02-27
| | | | | | This reverts commit a5992ad61b314104aff7e28a41ce101a1b0e7c35. Motivation: https://github.com/NixOS/nixpkgs/commit/a5992ad61b314104aff7e28a41ce101a1b0e7c35#commitcomment-14986820
* gitlab: Add documentationFranz Pletz2016-02-26
| | | | Fixes #13303.
* filesystems: use list of strings for fs optionsAneesh Agrawal2016-02-06
| | | | | | | | | | | | Allow usage of list of strings instead of a comma-separated string for filesystem options. Deprecate the comma-separated string style with a warning message; convert this to a hard error after 16.09. 15.09 was just released, so this provides a deprecation period during the 16.03 release. closes #10518 Signed-off-by: Robin Gloster <mail@glob.in>
* nixos/doc: fix to: ~/.nix-defexpr wasn't created, fixes #6606Joachim Schiele2016-01-20
|
* wpa_supplicant service: Warn about plaintext keys in docsRobin Gloster2016-01-06
|
* wpa_supplicant module: add networks optionRobin Gloster2016-01-06
|
* Revert "Basic Declaritive Network Configuration in wpa_supplicant Service"Peter Simons2016-01-05
|
* wpa_supplicant module: add networks optionRobin Gloster2015-12-29
|
* nixos/acme: Add module documentationFranz Pletz2015-12-12
|
* Add a way to pin a NixOS version within the module system.Nicolas B. Pierron2015-11-19
| | | | | This modification add a way to re-evaluate the module system with a different version of NixOS, or with a different set of arguments.
* nixos: document nvidia legacy driver optionsBjørn Forsman2015-09-02
|
* Unify NixOS and Nixpkgs channel structureEelco Dolstra2015-08-05
| | | | | | | | | | | | | | | | | | | | | | This is primarily to ensure that -I nixpkgs=https://nixos.org/channels/nixos-unstable/nixexprs.tar.xz and -I nixpkgs=https://github.com/NixOS/nixpkgs-channels/archive/nixos-unstable.tar.gz and -I nixpkgs=https://nixos.org/channels/nixpkgs-unstable/nixexprs.tar.xz behave consistently. It also allows installing packages via "nix-env -iA nixos.<pkg>" rather than "nixos.pkgs.<pkg>". It would be even better to allow "nixpkgs.<pkg>", but that requires a change to nix-channel. Fixes #7659.
* nixos docs: fix typoVladimír Čunát2015-03-07
|
* Correct NetworkManager documentationNikita Mikhailov2015-02-24
|
* Fix typo in recursive set exampleKhalid Jebbari2015-01-04
|
* NetworkManager.service -> network-manager.serviceDomen Kožar2014-11-27
|
* some typosRene Donner2014-11-14
|
* Merge branch 'dev/ati-drivers' of https://github.com/nathanielbaxter/nixpkgsMateusz Kowalczyk2014-09-22
|\
| * ati_unfree: Update nixos-manual for AMD driver supportNathaniel Baxter2014-09-07
| |
* | Merge remote-tracking branch 'origin/staging'Eelco Dolstra2014-09-08
|\ \ | | | | | | | | | | | | Conflicts: pkgs/applications/version-management/subversion/default.nix
| * | Merge branch 'origin/master' into staging.Peter Simons2014-09-02
| |\| | | | | | | | | | | | | | | | Conflicts: pkgs/development/libraries/ffmpeg/2.x.nix pkgs/development/libraries/serf/default.nix
| * | Merge recent master into stagingVladimír Čunát2014-08-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | Hydra: ?compare=1149952 Conflicts: nixos/doc/manual/configuration.xml (changed split file) nixos/modules/config/users-groups.nix (choosing filterNull instead of inline definition) pkgs/development/libraries/readline/readline6.3.nix (auto-solved)
* | | nixos-manual: Fix reference to obsolete configuration optionNathaniel Baxter2014-09-07
| |/ |/|
* | Revert "Revert "Merge pull request #3182 from wkennington/master.ipv6""William A. Kennington III2014-08-31
| | | | | | | | This reverts commit ea8910652fcecbcd4f21aa1c66b1a0a239408b04.
* | Revert "Merge pull request #3182 from wkennington/master.ipv6"Rob Vermaas2014-08-31
| | | | | | | | | | This reverts commit b23fd6585481a42937e105d5fce630a549900e86, reversing changes made to 43654cba2c280ce17b81db44993d1c1bcae3a9c6.
* | Refactor nixos files relying on the old ipAddress / prefixLength / ↵William A. Kennington III2014-08-30
|/ | | | subnetMask attributes
* Manual: Start of module-specific documentationEelco Dolstra2014-08-27
|
* No caps in filenamesEelco Dolstra2014-08-26
|
* Chunk NixOS manualMikey Ariel2014-08-26
[Squashed commits to make git blame etc. more likely to work. -ED]