about summary refs log tree commit diff
path: root/nixos/doc
Commit message (Collapse)AuthorAge
* Merge pull request #34060 from WilliButz/fix-postfix-moduleFranz Pletz2018-01-26
|\ | | | | nixos/postfix: fix default postfix config
| * release notes: mention the postfix config option fixFranz Pletz2018-01-26
| | | | | | | | cc #34060
* | addPassthru: fix argument orderOrivej Desh2018-01-24
|/ | | | | | addPassthru became unused in #33057, but its signature was changed at the same time. This commit restores the original signature and updates the warning and the changelog.
* nixos manual: fix typoRommel Martinez2018-01-22
|
* doc: add wpa_supplicant command to connect to wifiMatthieu Coudron2018-01-22
| | | | | | New thin laptops don't have an ethernet port and so rely on wifi to get access. With the minimal installer, setup wpa_supplicant can be hard if it is the first time so here we provide an example.
* amd-hybrid-graphics module: removeLinus Heckemann2018-01-15
| | | | | | This was only applicable to very specific hardware, and the only person with an apparent interest in maintaining it (me) no longer uses the hardware in question.
* Merge #33057: stdenv meta checks: make them lazyVladimír Čunát2018-01-14
|\ | | | | | | | | Closes #22277 - it's superseded; I have some WIP on evaluation performance, but best do that in a separate PR/thread.
| * release notes: mention removal of lib.addPassthruVladimír Čunát2018-01-14
| |
* | Revert "nixos/dnscrypt-proxy: remove"rnhmjoj2018-01-08
| | | | | | | | | | This reverts commit 5dc2853981b6e9287668dd17477375adfeb60ebf. The project has a new maintainer.
* | nixos/dnscrypt-proxy: removeJoachim Fasting2018-01-07
| | | | | | | | | | | | The upstream project ceased. See https://github.com/NixOS/nixpkgs/issues/33540
* | Merge pull request #33531 from vdm/patch-1Peter Hoeg2018-01-07
|\ \ | | | | | | Update macos USB instructions
| * | Update macos USB instructionsVincent Murphy2018-01-06
| | | | | | | | | "Ejecting" from the Finder ejects the entire device which is then not available for dd. diskutil unmountDisk does the right thing. Furthermore writing to diskN instead of rdiskN failed to complete even after waiting >10 minutes.
* | | test-driver: mention `$user` argument in the NixOS manual and the Impala ↵Maximilian Bosch2018-01-06
|/ / | | | | | | release notes
* | Merge pull request #33406 from samueldr/doc/usb-deviceOrivej Desh2018-01-06
|\ \ | | | | | | Documentation: reword "Obtaining NixOS" paragraph to remove contradiction + update link
| * | doc: Obtaining NixOS: New link to section in wiki.Samuel Dionne-Riel2018-01-03
| | | | | | | | | | | | | | | This adds a link to the new section in the new wiki that refers to the same contents as the previously removed link.
| * | doc: Obtaining NixOS now refers to USB media creation chapter.Samuel Dionne-Riel2018-01-03
| | | | | | | | | | | | | | | | | | | | | This: * Removes contradiction with information in the later paragraph. * Removes a dead link to the Wiki.
| * | Merge pull request #33196 from obsidiansystems/bintools-release-noteJohn Ericson2017-12-30
| |\ \ | | | | | | | | doc: Breaking change release note for bintools-wrapper
* | | | lightdm-gtk-greater: add configuration options for clock format and indicatorsJosé Romildo Malaquias2018-01-06
| | | |
* | | | nixos/memcached: make unix sockets usuableJörg Thalheim2018-01-03
| |_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | before: - /var/run/memcached is a bad default for a socket path, since its parent directory must be writeable by memcached. - Socket directory was not created by the module itself -> this was left as a burden to the user? - Having a static uid with a dynamic user name is not very useful. after: - Replace services.memcached.socket by a boolean flag. This simplifies our code, since we do not have to check if the user specifies a path with a parent directory that should be owned by memcached (/run/memcached/memcached.sock -> /run/memcached). - Remove fixed uid/gid allocation. The only file ever owned by the daemon is the socket that will be recreated on every start. Therefore user and group ids do not need to be static. - only create the memcached user, if the user has not specified a different one. The major use case for changing option is to allow existing services (such as php-fpm) opening the local unix socket. If we would unconditionally create a user that option would be useless.
* | | Merge pull request #26805 from obsidiansystems/cross-elegantJohn Ericson2017-12-30
|\ \ \ | | | | | | | | Make cross compilation elegant
| * | | doc: Breaking change release not for dependency propagation logicJohn Ericson2017-12-30
| | |/ | |/|
* | | Merge branch 'ericson2314-cross-base' into stagingJohn Ericson2017-12-30
|\| |
| * | doc: Breaking change release note for bintools-wrapperJohn Ericson2017-12-30
| | |
* | | release-notes 18.03: fixup build after 553e8be1Vladimír Čunát2017-12-29
| | |
* | | release-notes 18.03: add MariaDB update notesRobin Gloster2017-12-29
| |/ |/|
* | Merge pull request #31668 from rycee/doc/namingYegor Timoshenko2017-12-23
|\ \ | | | | | | docs: clarify package and module option naming
| * | docs: clarify package and module option namingRobert Helgesson2017-11-14
| | | | | | | | | | | | | | | This attempts to briefly clarify the current naming conventions of attribute names in `all-packages.nix` and module option names.
* | | Revert "nixos: doc: implement related packages in the manual"Graham Christensen2017-12-23
| | |
* | | Merge pull request #32424 from oxij/nixos/related-packagesArseniy Seroka2017-12-23
|\ \ \ | | | | | | | | nixos: doc: implement related packages in the manual
| * | | nixos, lib: implement relatedPackages optionJan Malakhovski2017-12-07
| | | | | | | | | | | | | | | | | | | | | | | | This allows one to specify "related packages" in NixOS that get rendered into the configuration.nix(5) man page. The interface philosophy is pretty much stolen from TeX bibliography.
| * | | nixos/doc: push all the `enable*' and `package*` options to the top of their ↵Jan Malakhovski2017-12-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | option group Why? Because this way configuration.nix(5) can be read linearly. Before: > virtualisation.xen.bootParams > ... > virtualisation.xen.enable > ... > virtualisation.xen.package > ... After: > virtualisation.xen.enable > virtualisation.xen.package > virtualisation.xen.bootParams > ...
* | | | Merge pull request #32540 from rnhmjoj/portrangeOrivej Desh2017-12-20
|\ \ \ \ | | | | | | | | | | nixos/doc: document the firewall port ranges options
| * | | | nixos/doc: document the firewall port ranges optionsrnhmjoj2017-12-21
| | |_|/ | |/| |
* / | | doc: system.environmentPackages -> environment.systemPackagesYegor Timoshenko2017-12-20
|/ / /
* | | Merge pull request #31068 from dalaing/fdisk-examplesSamuel Leathers2017-12-17
|\ \ \ | | | | | | | | nixos manual: Adds some examples of how to use fdisk.
| * | | nixos manual: Adds some examples of how to use fdisk.Dave Laing2017-11-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also unifies the BIOS and UEFI installation instructions. It's a fairly basic usage, but it makes explicity the fact that you should at least have a main partition and a swap partition, and will save some users a bit of internet searching while they are getting set up.
* | | | nixos/btrfs: add services.btrfs.autoScrubFlorian Jacob2017-12-13
| | | | | | | | | | | | | | | | | | | | for automatic regular scrubbing of mounted btrfs filesystems, similar to what's already there for zfs.
* | | | nixos/logstash: Listen on 127.0.0.1 instead of 0.0.0.0Sarah Brofeldt2017-12-09
| | | |
* | | | Merge pull request #32212 from ryantrinkle/nat-port-forwarding-rangeszimbatm2017-12-04
|\ \ \ \ | |_|/ / |/| | | Nat port forwarding ranges
| * | | nixpkgs.lib: Add types.strMatchingRyan Trinkle2017-12-02
| | | |
* | | | nixos/doc/x-windows: update touchpad to libinputBert Moens2017-12-03
|/ / /
* | | Merge pull request #31972 from bkchr/copyfilefromhost_missing_documentationGraham Christensen2017-11-23
|\ \ \ | | | | | | | | Adds missing documentation for copyFileFromHost in NixOS tests
| * | | Adds missing documentation for copyFileFromHost in NixOS testsBastian Köcher2017-11-23
| | | |
* | | | Merge pull request #31941 from Rovanion/masterJörg Thalheim2017-11-23
|\ \ \ \ | | | | | | | | | | user-mgmt.xml: extraUsers => users
| * | | | nixos/manual: extraUsers -> users in user-mgmt.xmlRovanion Luckey2017-11-23
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changed extraUsers -> users and one case of extraGroups -> groups in nixos manual chapter 7. According to chatter on IRC these are the proper names for these configuration options nowadays. Modified based on feedback from Jörg Talheim.
* / / / nixos/doc/manual: print context on failing xmllint validationProfpatsch2017-11-22
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously only the line numbers of a giant, internally generated XML file were printed, without any kind of debuggability. Now at least the mentioned lines are printed with a little bit of surrounding context (to have something to grep for). ``` manual-combined.xml:4863: element para: Relax-NG validity error : Did not expect element para there 4859 <chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude" version="5.0" xml:id="sec-writing-modules"> 4860 4861 <title>Writing NixOS Modules</title> 4862 4863 <para>NixOS has a modular system for declarative configuration. This 4864 system combines multiple <emphasis>modules</emphasis> to produce the 4865 full system configuration. One of the modules that constitute the ```
* | | nixos/ssh: Update 18.03 release notesjeaye2017-11-18
| | | | | | | | | | | | | | | | | | | | | Since ssh-dss is no longer supported by default, users relying on those keys for their login may be locked out. They should ideally use stronger keys, but adding the support for ssh-dss back in can also be done through extraConfig.
* | | Merge pull request #31268 from Ma27/x11-defaultsTim Steinbach2017-11-15
|\ \ \ | |_|/ |/| | services.xserver: fix defaults of X11
| * | Revert "Revert "services.xserver: assert that either desktop- or window ↵Maximilian Bosch2017-11-05
| | | | | | | | | | | | | | | | | | manager is not "none""" This reverts commit e64dc2543458b52abcd913bad87851f5d7db435d.
* | | docs: document networking.wireless changesrnhmjoj2017-11-12
| | |