about summary refs log tree commit diff
path: root/nixos/doc
AgeCommit message (Collapse)AuthorFilesLines
2017-09-11NixOS Manual: document assertions and warnings (#29206)Robert3-1/+83
* NixOS Manual: document assertions and warnings * NixOS manual: re-wrap assertions text
2017-09-10manual: reworked submodule section for better readabilityThomas Bach1-29/+30
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.
2017-09-10manual: fixed remaining placeholder literalThomas Bach1-2/+2
2017-09-10manual: `name' is not an argument for `mkOption'Thomas Bach1-1/+0
2017-09-05postgresql92: remove last referencesFranz Pletz1-1/+1
2017-09-03release notes: gnupg programs are no longer suffixedGraham Christensen1-0/+9
2017-09-02nixos: purge remaining grsecurity bitsJoachim Fasting1-1/+1
:( Fixes https://github.com/NixOS/nixpkgs/issues/28859
2017-09-02nixos/release-notes: grsecurity support removed for 17.09Joachim Fasting1-0/+9
2017-08-30Mark synaptics as deprecatedGraham Christensen1-0/+8
2017-08-30Impala makes packaging a life-long addictionFranz Pletz1-0/+46
Take that recursive acronym, GNU!
2017-08-30release documentation: reorder beta steps 17.09-betaFranz Pletz1-5/+5
2017-08-30release documentation: update to current procedureRobin Gloster1-27/+40
2017-08-30Merge commit '2858c41' into HEADFrederik Rietdijk1-0/+5
2017-08-30compiz: dropGraham Christensen1-1/+7
2017-08-30Merge pull request #27826 from Infinisil/radicaleFranz Pletz1-0/+3
radicale: update to version 2
2017-08-28Uppercase GNOME version.Tom Hunger1-1/+1
2017-08-28GNOME: 3.22 -> 3.24Linus Heckemann1-1/+6
This is a squash commit of the joint work from: * Jan Tojnar (@jtojnar) * Linus Heckemann (@lheckemann) * Ryan Mulligan (@ryantm) * romildo (@romildo) * Tom Hunger (@teh)
2017-08-24Merge pull request #28189 from Nadrieril/ffsync-non-rootFrederik Rietdijk1-0/+8
firefox syncserver service: run as non-root user by default
2017-08-17Release notes: add note for overlays via fileMichael Peyton Jones1-0/+11
2017-08-13radicale: 1.1.4 -> 2.1.2Silvan Mosberger1-0/+3
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.
2017-08-12firefox syncserver service: run as non-root user by defaultNadrieril1-0/+8
2017-08-07replace "Mac OS X" and "OS X" with "macOS"davidak1-1/+1
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 [...]"
2017-08-06fixup! rewordFranz Pletz1-6/+4
2017-08-05Document timezone changes in release notesLinus Heckemann1-0/+11
2017-08-0417.09 release-notes: New breaking change: cc-wrapper exports more env varsJohn Ericson1-0/+12
2017-08-04Improved nixos-option manpageRemy Goldschmidt1-2/+46
2017-08-04wvdial: removeRobin Gloster1-0/+6
2017-08-04tlsdate: removeRobin Gloster1-0/+6
Dead and does not build with openssl 1.1. Debian has removed it, too.
2017-07-27zfs, spl: 0.6.5.11 -> 0.7.0Robin Gloster1-0/+6
2017-07-18manual: update mailing list linksGraham Christensen2-3/+3
2017-07-18Point to the new mailing list by replacing the old linkDomen Kožar1-1/+1
2017-07-17tinc service: BindToAddress and ListenAddress are different options, they ↵Nadrieril1-0/+10
should not be mistaken
2017-07-08mysql service: add changelog for changed dataDirPascal Bach1-1/+7
2017-07-05Release notes: Fix syntax in code samplenonsequitur1-1/+1
2017-06-29nixos manual: combine XML and validate separatelyGraham Christensen1-35/+34
2017-06-28nixos manual: Remove trailing newline in version XMLGraham Christensen1-1/+1
2017-06-18Merge pull request #26605 from mayflower/disable-ssh-agentFranz Pletz1-0/+9
ssh module: disable agent by default
2017-06-17Manual: Add paragraph on xserver keyboard layoutManuel Bärenz1-0/+7
2017-06-15ssh module: disable agent by defaultFranz Pletz1-0/+9
2017-06-15Remove aiccu package and service due to sunsetting.Edward Tjörnhammar1-0/+6
https://www.sixxs.net/main/
2017-06-13caddy service: don't use extra dotdir in dataDirFranz Pletz1-0/+9
2017-06-11doc: Fix some typosJan Tojnar5-5/+5
2017-06-02doc: clarify building-nixos CD/DVD instructionsEmmanuel Rosa1-4/+4
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.
2017-05-30Cleanup PostgreSQL for state version 17.09 (#25753)Pascal Bach1-0/+11
* 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
2017-05-24ipfs service: dataDir backwards compatibility (#25782)Silvan Mosberger1-0/+10
Fixes dataDir existance detection. Fixes #25759, #26069.
2017-05-24nixos doc: document coercedTo typeNikolay Amiantov1-2/+12
Also mention about docs in types.nix and fix a small error in related documentation. Fixes #26055.
2017-05-21manual: Fix `addCheck` example having arguments in wrong order.Niklas Hambüchen1-1/+1
`addCheck` takes first the type, then the check.
2017-05-21Merge pull request #25934 from nh2/nixos-manual-module-option-never-fixJörg Thalheim1-2/+3
Fix typo in manual about options without defaults
2017-05-20Fix typo about options without defaultsNiklas Hambüchen1-2/+3
2017-05-15removing the advise to add virtualbox's guest additions in configuration.nixAntonio Malara1-9/+1
... because `nixos-generate-config` currently understand it's running under virtualbox, and correctly adds the configuration in `/etc/nixos/hardware-configuration.nix`