summary refs log tree commit diff
path: root/nixos/doc/manual/configuration
Commit message (Collapse)AuthorAge
* doc: remove last mention of <nixos>Domen Kožar2016-12-11
|
* nixos manual: clarify "attributes of function"Vladimír Čunát2016-11-05
|
* docs: use overrideAttrs instead of overrideDerivationAneesh Agrawal2016-10-30
|
* nixos manual: disable ipv6 per interfaceLangston Barrett2016-09-08
| | | | from a discussion on #13293
* networkmanager: add information from wiki to docs (#18245)Langston Barrett2016-09-05
| | | | | | | | | | * networkmanager: add information from wiki to docs Specifically: * mention nmcli, nmtui * mention gtk and kde applets fixes #13273
* nixos manual: cleanup generationEric Sagnes2016-08-30
|
* nixos manual: move chapter on grsecurity to auto-generated module docsJoachim Fasting2016-08-29
|
* Merge pull request #15025 from ericsagnes/modules/manualDomen Kožar2016-08-28
|\ | | | | manual: automatically generate modules documentation
| * manual: automatically generate modules entriesEric Sagnes2016-08-11
| |
* | grsecurity docs: mention chromium setuid sandboxJoachim Fasting2016-08-15
| |
* | grsecurity docs: add note about user namespacesJoachim Fasting2016-08-15
|/
* Merge pull request #17425 from joachifm/grsec-efiJoachim F2016-08-03
|\ | | | | grsecurity module: disable EFI runtime services by default
| * grsecurity module: disable EFI runtime services by defaultJoachim Fasting2016-08-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enabling EFI runtime services provides a venue for injecting code into the kernel. When grsecurity is enabled, we close this by default by disabling access to EFI runtime services. The upshot of this is that /sys/firmware/efi/efivars will be unavailable by default (and attempts to mount it will fail). This is not strictly a grsecurity related option, it could be made into a general option, but it seems to be of particular interest to grsecurity users (for non-grsecurity users, there are other, more immediate kernel injection attack dangers to contend with anyway).
* | nixos manual: add Emacs section (fixes #13217)Rodney Lorrimar2016-08-02
|/ | | | | | | In light of Emacs packaging improvements such as those mentioned in #11503, and with the addition of a systemd service (#15807 and #16356), and considering that the wiki page is completely out of date (#13217), it seems that some documentation is in order.
* nixos manual: add chapter on grsecurity/PaXJoachim Fasting2016-07-23
| | | | | Explain the "what", "why", and "how" of grsecurity/PaX on NixOS.
* nixos manual: fix syntaxNikolay Amiantov2016-06-03
| | | | It appears I've cherry-picked wrong commit without this fix.
* nixos manual: document Gtk and Qt themesNikolay Amiantov2016-06-03
|
* Manual: Explicitly mark commands that require to be run as root (#15589)Wilhelm Schuster2016-06-01
| | | | | | | | | * manual: Mark commands that require root Mark every command that requires to be run as root by prefixing them with '#' instead of '$'. * manual: Add note about commands that require root
* boot.initrd.luks.devices: Change into an attribute setEelco Dolstra2016-05-25
| | | | | | | | | | | | | | | This allows setting options for the same LUKS device in different modules. For example, the auto-generated hardware-configuration.nix can contain boot.initrd.luks.devices.crypted.device = "/dev/disk/..."; while configuration.nix can add boot.initrd.luks.devices.crypted.allowDiscards = true; Also updated the examples/docs to use /disk/disk/by-uuid instead of /dev/sda, since we shouldn't promote the use of the latter.
* manual: minor cleanupsJoachim Fasting2016-05-22
|
* typoDomen Kožar2016-05-20
|
* nixos: add a small section about kernel module devDomen Kožar2016-05-20
|
* Manual: rephrase definition for indented stringsiarizc Leuname2016-04-30
| | | | Closes #15076
* Revert "Manual: rephrase definition for indented strings" (#15103)Domen Kožar2016-04-30
|
* Manual: rephrase definition for indented strings (#15086)NotaseCretagen2016-04-30
| | | Closes #15076
* Merge pull request #14476 (taskserver)aszlig2016-04-15
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds a Taskserver module along with documentation and a small helper tool which eases managing a custom CA along with Taskserver organisations, users and groups. Taskserver is the server component of Taskwarrior, a TODO list application for the command line. The work has been started by @matthiasbeyer back in mid 2015 and I have continued to work on it recently, so this merge contains commits from both of us. Thanks particularly to @nbp and @matthiasbeyer for reviewing and suggesting improvements. I've tested this with the new test (nixos/tests/taskserver.nix) this branch adds and it fails because of the changes introduced by the closure-size branch, so we need to do additional work on base of this.
| * nixos/taskserver: Add module documentationaszlig2016-04-07
| | | | | | | | | | | | | | It's not by any means exhaustive, but we're still going to change the implementation, so let's just use this as a starting point. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* | manual: add chapter on input methodsEric Sagnes2016-04-12
|/
* Revert "Add a way to pin a NixOS version within the module system."Eelco Dolstra2016-02-27
| | | | | | This reverts commit a5992ad61b314104aff7e28a41ce101a1b0e7c35. Motivation: https://github.com/NixOS/nixpkgs/commit/a5992ad61b314104aff7e28a41ce101a1b0e7c35#commitcomment-14986820
* gitlab: Add documentationFranz Pletz2016-02-26
| | | | Fixes #13303.
* 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/doc: fix to: ~/.nix-defexpr wasn't created, fixes #6606Joachim Schiele2016-01-20
|
* wpa_supplicant service: Warn about plaintext keys in docsRobin Gloster2016-01-06
|
* wpa_supplicant module: add networks optionRobin Gloster2016-01-06
|
* Revert "Basic Declaritive Network Configuration in wpa_supplicant Service"Peter Simons2016-01-05
|
* wpa_supplicant module: add networks optionRobin Gloster2015-12-29
|
* nixos/acme: Add module documentationFranz Pletz2015-12-12
|
* Add a way to pin a NixOS version within the module system.Nicolas B. Pierron2015-11-19
| | | | | This modification add a way to re-evaluate the module system with a different version of NixOS, or with a different set of arguments.
* nixos: document nvidia legacy driver optionsBjørn Forsman2015-09-02
|
* Unify NixOS and Nixpkgs channel structureEelco Dolstra2015-08-05
| | | | | | | | | | | | | | | | | | | | | | This is primarily to ensure that -I nixpkgs=https://nixos.org/channels/nixos-unstable/nixexprs.tar.xz and -I nixpkgs=https://github.com/NixOS/nixpkgs-channels/archive/nixos-unstable.tar.gz and -I nixpkgs=https://nixos.org/channels/nixpkgs-unstable/nixexprs.tar.xz behave consistently. It also allows installing packages via "nix-env -iA nixos.<pkg>" rather than "nixos.pkgs.<pkg>". It would be even better to allow "nixpkgs.<pkg>", but that requires a change to nix-channel. Fixes #7659.
* nixos docs: fix typoVladimír Čunát2015-03-07
|
* Correct NetworkManager documentationNikita Mikhailov2015-02-24
|
* Fix typo in recursive set exampleKhalid Jebbari2015-01-04
|
* NetworkManager.service -> network-manager.serviceDomen Kožar2014-11-27
|
* some typosRene Donner2014-11-14
|
* Merge branch 'dev/ati-drivers' of https://github.com/nathanielbaxter/nixpkgsMateusz Kowalczyk2014-09-22
|\
| * ati_unfree: Update nixos-manual for AMD driver supportNathaniel Baxter2014-09-07
| |
* | Merge remote-tracking branch 'origin/staging'Eelco Dolstra2014-09-08
|\ \ | | | | | | | | | | | | Conflicts: pkgs/applications/version-management/subversion/default.nix
| * | Merge branch 'origin/master' into staging.Peter Simons2014-09-02
| |\| | | | | | | | | | | | | | | | Conflicts: pkgs/development/libraries/ffmpeg/2.x.nix pkgs/development/libraries/serf/default.nix
| * | Merge recent master into stagingVladimír Čunát2014-08-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | Hydra: ?compare=1149952 Conflicts: nixos/doc/manual/configuration.xml (changed split file) nixos/modules/config/users-groups.nix (choosing filterNull instead of inline definition) pkgs/development/libraries/readline/readline6.3.nix (auto-solved)