summary refs log tree commit diff
path: root/nixos/doc
Commit message (Collapse)AuthorAge
* SimplifyEelco Dolstra2014-04-14
|
* Manual: Generate stable ids for optionsEelco Dolstra2014-04-14
| | | | | | E.g. ‘#opt-boot.initrd.kernelModules’. Also, shut up a stupid XSLT warning (‘attribute value is not an NCName’).
* Merge branch 'containers'Eelco Dolstra2014-04-10
|\ | | | | | | Fixes #2105.
| * Document NixOS containersEelco Dolstra2014-04-10
| |
* | Disable allowUnfree by defaultEelco Dolstra2014-04-09
| | | | | | | | Fixes #2134.
* | Enable the firewall by defaultEelco Dolstra2014-04-08
| | | | | | | | Fixes #2135.
* | Bring back mkOrderEelco Dolstra2014-03-30
|/
* nixos manual: make nixos options linkableDomen Kozar2014-03-08
|
* Added a static identifier to the installing nixos chapterPascal Wittmann2014-02-27
|
* Document mysql changesShea Levy2014-02-26
|
* Add missing fileEelco Dolstra2014-02-19
|
* Renamed obsolete option services.xserver.videoDrivers to ↵Pascal Wittmann2014-02-18
| | | | hardware.opengl.videoDrivers
* Start of 14.02 release notesEelco Dolstra2014-02-18
|
* remove references to isSystemUser and fix eval of tested jobDomen Kožar2014-02-08
|
* Document EFI installationShea Levy2014-02-03
| | | | Signed-off-by: Shea Levy <shea@shealevy.com>
* Fixed a code typo in the documentationGeorges Dubus2013-12-29
|
* Manual: Fix typoEelco Dolstra2013-12-12
| | | | Fixes #1363.
* Allow building/testing individual systemd unitsEelco Dolstra2013-11-18
|
* Manual: Port forwarding to VMsEelco Dolstra2013-11-07
|
* Include the NixOS version in the manualEelco Dolstra2013-11-01
| | | | | In particular, this will make it clear what version of the manual is shown at http://nixos.org/nixos/manual/.
* Manual: Expand the Development chapterEelco Dolstra2013-10-31
|
* Manual: Don't tell users to delete ~/.nix-defexpr/channelsEelco Dolstra2013-10-31
| | | | That breaks nix-channel, obviously.
* Manual tweaksEelco Dolstra2013-10-31
|
* Fix mkForce exampleEelco Dolstra2013-10-31
|
* Document the NixOS configuration syntaxEelco Dolstra2013-10-31
| | | | ...without telling people to read the Nix manual first.
* Manual: Document how to use NixOS channelsEelco Dolstra2013-10-31
|
* Manual: Mention other ways to get NixOSEelco Dolstra2013-10-31
|
* Clean up some option examplesEelco Dolstra2013-10-30
|
* Manual: Fix -I flagEelco Dolstra2013-10-30
|
* Substitute "types.uniq types.string" -> "types.str"Eelco Dolstra2013-10-30
|
* Manual: Render multi-line strings properlyEelco Dolstra2013-10-29
|
* Manual: Escape $Eelco Dolstra2013-10-29
|
* Manual: Render strings containing special characters as indented stringsEelco Dolstra2013-10-29
|
* Manual: Don't show "Default: none"Eelco Dolstra2013-10-29
|
* Manual: Render null valuesEelco Dolstra2013-10-29
|
* nixos manual: fix references to obsolete nixos repositoryEvgeny Egorochkin2013-10-27
|
* nixos manual: replace /etc/nixos/nixos which no longer exists with more ↵Evgeny Egorochkin2013-10-27
| | | | | | generic and more correct /path/to/nixpkgs/nixos
* Put the manual in the NixOS channelEelco Dolstra2013-10-24
|
* Manual: When building from the channel, link to the exact Git revisionEelco Dolstra2013-10-24
|
* Manual: Check that we don't depend on the Nixpkgs locationEelco Dolstra2013-10-23
|
* Allow literalExample in subexpressions of examplesEelco Dolstra2013-10-23
|
* Manual: Don't depend on the absolute path of modulesEelco Dolstra2013-10-23
| | | | | | This ensures that the manual has the same store path regardless of the directory in which Nixpkgs is stored, and thus can be fetched from the channel.
* Manual: Don't show obsolete/deprecated optionsEelco Dolstra2013-10-23
|
* Allow options to be marked as "internal"Eelco Dolstra2013-10-23
| | | | | This means they're not for end users. Currently they're filtered from the manual, but we could include them in a separate section.
* Get rid of special-casing of system.path in the manual generationEelco Dolstra2013-10-23
|
* nixos-generate-config: Add --show-hardware-config.aszlig2013-10-23
| | | | | | | | | | | | So, we get the old behaviour of nixos-hardware-scane if we run the following command: nixos-generate-config --no-filesystems --show-hardware-config This allows to use scripts in order to fetch NixOS specific hardware information, without the need to duplicate code elsewhere. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* nixos-generate-config: Add --no-filesystems flag.aszlig2013-10-23
| | | | | | | This is to get back the old behavior of nixos-hardware-scan, which didn't include fileSystems and swapDevices. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* Manual: Update installation sectionEelco Dolstra2013-10-21
|
* Remove unused manual fileEelco Dolstra2013-10-18
|
* Rename newOptionAttrSetToDocList -> optionAttrSetToDocListEelco Dolstra2013-10-17
|