summary refs log tree commit diff
path: root/nixos/doc/manual/configuration
Commit message (Collapse)AuthorAge
* 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
|/
* nixos/doc/x-windows: update touchpad to libinputBert Moens2017-12-03
|
* 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 Manual: document assertions and warnings (#29206)Robert2017-09-11
| | | | | | * NixOS Manual: document assertions and warnings * NixOS manual: re-wrap assertions text
* Manual: Add paragraph on xserver keyboard layoutManuel Bärenz2017-06-17
|
* 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.
* Wrap command in <command>Matthias Beyer2017-03-05
|
* nixos doc xfce: Tabs -> spacesMatthias Beyer2017-03-05
|
* nixos doc xfce: Fix missing spaceMatthias Beyer2017-03-05
|
* doc: Remove indention from program listingsMatthias Beyer2017-03-05
|
* nixos/doc/manual: rename plasma5 desktopThomas Tuegel2017-03-03
|
* Merge pull request #23046 from Zimmi48/patch-2Jörg Thalheim2017-02-22
|\ | | | | nixos/manual/networkmanager: add info on nm-applet
| * nixos/manual/networkmanager: add info on nm-appletThéo Zimmermann2017-02-21
| |
* | nixos/manual/xserver: propose more alternativesThéo Zimmermann2017-02-21
|/
* Manual: document users.users.<name>.hashedPasswordLinus Heckemann2017-02-13
|
* nixos manual: add grub option to avoid #21830Vladimír Čunát2017-02-11
| | | | Close #22659. vcunat edited this slightly.
* nixos: update default cases from KDM/KDE4 to SDDM/KDE5Graham Christensen2017-02-09
|
* Xfce docs nitpicksVladimír Čunát2017-02-09
| | | | | - fix validity - XFCE -> Xfce, as that seems to be upstream preference
* Add xfce documentationMatthias Beyer2017-02-07
|
* fixup! Add documentation for XFCEMatthias Beyer2017-02-06
|
* Add documentation for XFCEMatthias Beyer2017-02-06
|
* manual: mention needed options for IPv6Nikolay Amiantov2017-02-02
|
* 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.