summary refs log tree commit diff
path: root/nixos/doc/manual
Commit message (Collapse)AuthorAge
* 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
|
* nixos: purge remaining grsecurity bitsJoachim Fasting2017-09-02
| | | | | | :( Fixes https://github.com/NixOS/nixpkgs/issues/28859
* nixos/release-notes: grsecurity support removed for 17.09Joachim Fasting2017-09-02
|
* Mark synaptics as deprecatedGraham Christensen2017-08-30
|
* Impala makes packaging a life-long addictionFranz Pletz2017-08-30
| | | | Take that recursive acronym, GNU!
* release documentation: reorder beta stepsFranz Pletz2017-08-30
|
* release documentation: update to current procedureRobin Gloster2017-08-30
|
* Merge commit '2858c41' into HEADFrederik Rietdijk2017-08-30
|\
| * Uppercase GNOME version.Tom Hunger2017-08-28
| |
| * GNOME: 3.22 -> 3.24Linus Heckemann2017-08-28
| | | | | | | | | | | | | | | | | | | | This is a squash commit of the joint work from: * Jan Tojnar (@jtojnar) * Linus Heckemann (@lheckemann) * Ryan Mulligan (@ryantm) * romildo (@romildo) * Tom Hunger (@teh)
* | compiz: dropGraham Christensen2017-08-30
| |
* | Merge pull request #27826 from Infinisil/radicaleFranz Pletz2017-08-30
|\ \ | |/ |/| radicale: update to version 2
| * radicale: 1.1.4 -> 2.1.2Silvan Mosberger2017-08-13
| | | | | | | | | | | | | | | | | | | | | | | | | | This commit readds and updates the 1.x package from 1.1.4 to 1.1.6 which also includes the needed command for migrating to 2.x The module is adjusted to the version change, defaulting to radicale2 if stateVersion >= 17.09 and radicale1 otherwise. It also now uses ExecStart instead of the script service attribute. Some missing dots at the end of sentences were also added. I added a paragraph in the release notes on how to update to a newer version.
* | Merge pull request #28189 from Nadrieril/ffsync-non-rootFrederik Rietdijk2017-08-24
|\ \ | | | | | | firefox syncserver service: run as non-root user by default
| * | firefox syncserver service: run as non-root user by defaultNadrieril2017-08-12
| |/
* | Release notes: add note for overlays via fileMichael Peyton Jones2017-08-17
| |
* | replace "Mac OS X" and "OS X" with "macOS"davidak2017-08-07
|/ | | | | | | | | | as it is the official name since 2016 https://en.wikipedia.org/wiki/Macintosh_operating_systems#Desktop exception are parts refering to older versions of macOS like "GUI support for Mac OS X 10.6 - 10.12. Note that Emacs 23 and later [...]"
* fixup! rewordFranz Pletz2017-08-06
|
* Document timezone changes in release notesLinus Heckemann2017-08-05
|
* 17.09 release-notes: New breaking change: cc-wrapper exports more env varsJohn Ericson2017-08-04
|
* Improved nixos-option manpageRemy Goldschmidt2017-08-04
|
* wvdial: removeRobin Gloster2017-08-04
|
* tlsdate: removeRobin Gloster2017-08-04
| | | | | Dead and does not build with openssl 1.1. Debian has removed it, too.
* zfs, spl: 0.6.5.11 -> 0.7.0Robin Gloster2017-07-27
|
* manual: update mailing list linksGraham Christensen2017-07-18
|
* Point to the new mailing list by replacing the old linkDomen Kožar2017-07-18
|
* tinc service: BindToAddress and ListenAddress are different options, they ↵Nadrieril2017-07-17
| | | | should not be mistaken
* mysql service: add changelog for changed dataDirPascal Bach2017-07-08
|
* Release notes: Fix syntax in code samplenonsequitur2017-07-05
|
* nixos manual: combine XML and validate separatelyGraham Christensen2017-06-29
|
* nixos manual: Remove trailing newline in version XMLGraham Christensen2017-06-28
|
* Merge pull request #26605 from mayflower/disable-ssh-agentFranz Pletz2017-06-18
|\ | | | | ssh module: disable agent by default
| * ssh module: disable agent by defaultFranz Pletz2017-06-15
| |
* | Manual: Add paragraph on xserver keyboard layoutManuel Bärenz2017-06-17
|/
* Remove aiccu package and service due to sunsetting.Edward Tjörnhammar2017-06-15
| | | | https://www.sixxs.net/main/
* caddy service: don't use extra dotdir in dataDirFranz Pletz2017-06-13
|
* doc: Fix some typosJan Tojnar2017-06-11
|
* doc: clarify building-nixos CD/DVD instructionsEmmanuel Rosa2017-06-02
| | | | | | | | | | This change updates the instructions for building a NixOS ISO so that it's clear how to do it. Previously, the instructions stated to set NIXOS_CONFIG prior to running `nix-build`, yet the example provided by-passed NIXOS_CONFIG anyway. But the *really* important missing piece is the need for nixos/default.nix. See #21840. This change removes the NIXOS_CONFIG verbiage, and adds steps to clone nixpkgs and (most importantly) cd'ing into nixpkgs/nixos. That way, the reader may think: *Oh, so I need a default.nix and a configuration.nix. Ahhh, OK.* I purposely added the redundant default.nix argument.
* Cleanup PostgreSQL for state version 17.09 (#25753)Pascal Bach2017-05-30
| | | | | | | | | | | | | | | * postgresql service: make 9.6 the default version for 17.09 * postgresql service: change default superuser for 17.09 Change the default superuser from `root` to `postgres` for state version 17.09 * postgresql service: change default data directory for 17.09 The new directory includes the schema version of the database. This makes upgrades easier and is more consistent with other distros. * updated nixos release notes
* ipfs service: dataDir backwards compatibility (#25782)Silvan Mosberger2017-05-24
| | | Fixes dataDir existance detection. Fixes #25759, #26069.
* nixos doc: document coercedTo typeNikolay Amiantov2017-05-24
| | | | | | | Also mention about docs in types.nix and fix a small error in related documentation. Fixes #26055.
* manual: Fix `addCheck` example having arguments in wrong order.Niklas Hambüchen2017-05-21
| | | | `addCheck` takes first the type, then the check.
* Merge pull request #25934 from nh2/nixos-manual-module-option-never-fixJörg Thalheim2017-05-21
|\ | | | | Fix typo in manual about options without defaults
| * Fix typo about options without defaultsNiklas Hambüchen2017-05-20
| |
* | removing the advise to add virtualbox's guest additions in configuration.nixAntonio Malara2017-05-15
|/ | | ... because `nixos-generate-config` currently understand it's running under virtualbox, and correctly adds the configuration in `/etc/nixos/hardware-configuration.nix`