summary refs log tree commit diff
path: root/nixos/doc/manual/man-nixos-generate-config.xml
Commit message (Collapse)AuthorAge
* nixos/doc: fix manpage formatAlbert Safin2019-10-05
| | | | | | Spaces inside <refname> cause stray double underscore in generated manual pages. Fixes #70468
* Revert "nixos/doc: re-format"Eelco Dolstra2019-09-19
| | | | | This reverts commit ea6e8775bd69e4676c623a85c39f1da540d29ad1. The new format is not an improvement.
* nixos/doc: re-formatJan Tojnar2019-09-18
|
* doc: Use prompt more oftenJan Tojnar2019-06-17
|
* nixos docs: run the formatting tool (no content change)Vladimír Čunát2019-03-22
| | | | As documented in the docs themselves :-)
* nixos: doc typo and wszimbatm2018-11-16
|
* nixos/doc: ran `make format`Samuel Dionne-Riel2018-05-31
| | | | With visual inspection that nothing got worse.
* nixos docs: format =)Graham Christensen2018-05-01
|
* nixos-generate-config: Emit LUKS configuration for boot deviceEelco Dolstra2016-05-25
|
* 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-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>
* Document nixos-generate-configEelco Dolstra2013-10-13