summary refs log tree commit diff
path: root/nixos/doc/manual
Commit message (Collapse)AuthorAge
* 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)
* 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`
* Merge pull request #15353 (improve xrandrHeads)aszlig2017-05-02
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When you have a setup consisting of multiple monitors, the default is that the first monitor detected by xrandr is set to the primary monitor. However this may not be the monitor you need to be set as primary. In fact this monitor set to primary may in fact be disconnected. This has happened for the original submitter of the pull request and it affected these programs: * XMonad: Gets confused with Super + {w,e,r} * SDDM: Puts the login screen on the wrong monitor, and does not currently duplicate the login screen on all monitors * XMobar: Puts the XMobar on the wrong monitor, as it only puts the taskbar on the primary monitor These changes should fix that not only by setting a primary monitor in xrandrHeads but also make it possible to make a different monitor the primary one. The changes are also backwards-compatible.
| * nixos/doc: Improve release notes for xrandrHeadsaszlig2017-04-24
| | | | | | | | | | | | | | | | | | | | The xrandrHeads option has been there since a long time, so there is no need to advertise it as a new feature. Instead, let's focus on just what has changed, which is that we now assign one head to be primary. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
| * nixos/xserver: Changed xrandrHeads to support corresponding monitor section ↵Roger Qiu2017-04-21
| | | | | | | | configuration in Xorg
* | release notes: incompatible flexget upgradePeter Marheine2017-05-01
| |
* | nixos manual: add a note about "nofail" FS optionVladimír Čunát2017-04-30
| | | | | | | | Close #1858, as I think the points have been well resolved.
* | Merge pull request #25005 from Lassulus/copytoramJörg Thalheim2017-04-30
|\ \ | | | | | | nixos/stage1: add copytoram support
| * | nixos/stage1: add copytoram supportlassulus2017-04-28
| |/
* / Fix imperative container code examplesДанило Глинський (Danylo Hlynskyi)2017-04-24
|/ | | | | | Since some time Nixos has firewall enabled by default, so update example. Also, remove newline escaping (it isn't needed). Closes https://github.com/NixOS/nixpkgs/issues/25174
* Merge pull request #24526 from miltador/jetbrainsJörg Thalheim2017-04-11
|\ | | | | idea: numerous fixes and improvements
| * rl-notes 17.09: add note about idea -> jetbrains renamingVasiliy Solovey2017-04-01
| |
* | Update 17.03 release notesCarles Pagès2017-04-03
| |
* | doc: improve "getting the sources" chapterThéo Zimmermann2017-04-01
|/
* Release Notes: tracking UIDs/GIDs is in 17.09Robin Gloster2017-03-31
|
* Update 17.03 release notesEelco Dolstra2017-03-31
|
* Release Notes 17.03: update on masterRobin Gloster2017-03-30
|
* rl-notes 17.03: add notes about changes to the dnscrypt-proxy interfaceJoachim Fasting2017-03-30
| | | | (cherry picked from commit 961367717662ca84daf01a1f9ee3f9404ae659d0)