summary refs log tree commit diff
path: root/nixos/doc/manual
Commit message (Collapse)AuthorAge
* Merge commit 'bd6e40c' from staging into masterTuomas Tynkkynen2016-09-10
|\ | | | | | | | | | | | | Major changes being pulled in: - mesa: maintenance 12.0.1 -> 12.0.2 - texlive: 2015 -> 2016
| * Merge #16391: texlive: 2015 -> 2016Vladimír Čunát2016-09-10
| |\ | | | | | | | | | Mirroring isn't finalized, but we'll have to fix that on the go.
| | * texlive: rename the directory texlive-new -> texliveVladimír Čunát2016-09-04
| | |
* | | 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
* | unstable is now 17.03Domen Kožar2016-09-02
| |
* | Fixes #18124: atomically replace /var/setuid-wrappers/ (#18186)Domen Kožar2016-09-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before this commit updating /var/setuid-wrappers/ folder introduced a small window where NixOS activation scripts could be terminated and resulted into empty /var/setuid-wrappers/ folder. That's very unfortunate because one might lose sudo binary. Instead we use two atomic operations mv and ln (as described in https://axialcorps.com/2013/07/03/atomically-replacing-files-and-directories/) to achieve atomicity. Since /var/setuid-wrappers is not a directory anymore, tmpfs mountpoints were removed in installation scripts and in boot process. Tested: - upgrade /var/setuid-wrappers/ from folder to a symlink - make sure /run/setuid-wrappers-dirs/ legacy symlink is really deleted
* | Merge staging into masterTuomas Tynkkynen2016-09-01
|\ \ | |/ |/| | | | | | | | | | | | | | | | | Brings in: - changed output order for multiple outputs: https://github.com/NixOS/nixpkgs/pull/14766 - audit disabled by default https://github.com/NixOS/nixpkgs/pull/17916 Conflicts: pkgs/development/libraries/openldap/default.nix
| * release notes: Fix unclosed tagTuomas Tynkkynen2016-09-01
| |
| * release notes: Add note about audit being disabled by defaultTuomas Tynkkynen2016-08-31
| |
| * Merge remote-tracking branch 'dezgeg/shuffle-outputs' into stagingTuomas Tynkkynen2016-08-30
| |\ | | | | | | | | | https://github.com/NixOS/nixpkgs/pull/14766
| | * doc: Document changes to multiple-output conventionsTuomas Tynkkynen2016-08-30
| | |
* | | nixos manual: cleanup generationEric Sagnes2016-08-30
| | |
* | | nixos manual: move chapter on grsecurity to auto-generated module docsJoachim Fasting2016-08-29
|/ /
* | nixos doc: module meta attribute section cleanupRobin Gloster2016-08-29
| |
* | nixos doc: add modules meta-attributes (#18078)Eric Sagnes2016-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
| |
* | Merge pull request #14311 from Profpatsch/mkRemovedOptionModule-replacementDomen Kožar2016-08-28
|\ \ | | | | | | mkRemovedOptionModule: add replacement argument
| * | modules/mkRemovedOptionModule: add replacement docProfpatsch2016-05-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When displaying a warning about a removed Option we should always include reasoning why it was removed and how to get the same functionality without it. Introduces such a description argument and patches occurences (mostly with an empty string). startGnuPGAgent: further notes on replacement
* | | fontconfig-ultimate: 2015-12-06 -> 2016-04-23Nikolay Amiantov2016-08-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | This removes our hardcoded presets which weren't updated for quite some time. Infinality now has new hardcoded presets in freetype, which can be overriden if desired with environment variables (as before). Accordingly, updated NixOS module to set the hardcoded preset. Additionally used a more "right" type for substitutions.
* | | Deprecate --install-grub in favor of --install-bootloader for nixos-rebuild.Shea Levy2016-08-16
| | | | | | | | | | | | Fixes #14293
* | | grsecurity docs: mention chromium setuid sandboxJoachim Fasting2016-08-15
| | |
* | | grsecurity docs: add note about user namespacesJoachim Fasting2016-08-15
| |/ |/|
* | libinput.accelProfile: improve docs & new defaultProfpatsch2016-08-08
| | | | | | | | | | | | | | | | | | | | | | The link to some (of course non-existing, i.e. freedesktop) “libinput” documentation is replaced by a piece of the API documentation. The default is changed since the documentation suggests `adaptive` should be it. https://wayland.freedesktop.org/libinput/doc/latest/group__config.html#gad63796972347f318b180e322e35cee79 Also fix a missing string conversion for `scrollButton`.
* | NixOS manual: Add docs for Virtualbox guest (#17454)David Reaver2016-08-07
| | | | | | Fixes #13311
* | Merge pull request #17489 from mayflower/pkg/gitlab-8-10Franz Pletz2016-08-04
|\ \ | | | | | | gitlab: 8.5.12 -> 8.10.3, update module
| * | gitlab module: split up gitlab-runner scriptFranz Pletz2016-08-04
| | | | | | | | | | | | | | | | | | | | | The name gitlab-runner clashes with a component of Gitlab CI with the same name and only confuses people. It's now called gitlab-bundle and a convenience-script gitlab-rake for easier invocation of rake tasks was added. This was the primary use case of gitlab-runner.
* | | nixos-install: add options --closure, --no-channel-copy, --no-root-passwd, ↵obadz2016-08-04
|/ / | | | | | | | | | | | | | | and --no-bootloader Closes #17236 nix-build -A tests.installer.simple '<nixos/release.nix>' succeeds ✓
* | 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.
* | Fix epub generationEelco Dolstra2016-08-01
| | | | | | | | | | | | | | | | | | * Hydra doesn't like spaces in filenames. * The zip file contained nix/store/.../OEBPS rather than OEBPS at top-level, causing some programs (like okular) to barf. * Remove the redundant $dst/epub directory.
* | Remove the PDF manualEelco Dolstra2016-08-01
| | | | | | | | | | PDF is very 20th century and nobody reads technical documentation this way anymore.
* | Redis: add entry to release notesChristine Koppelt2016-07-31
| |
* | add epub for NixOS manual (second try) (#17205)Christine Koppelt2016-07-28
| |
* | Merge pull request #16891 from joachifm/grsec-docJoachim F2016-07-24
|\ \ | | | | | | manual: add chapter on Grsecurity/PaX
| * | nixos release notes: document changes to grsecurity/PaXJoachim Fasting2016-07-23
| | |
| * | nixos manual: add chapter on grsecurity/PaXJoachim Fasting2016-07-23
| | | | | | | | | | | | | | | Explain the "what", "why", and "how" of grsecurity/PaX on NixOS.
* | | nixos/manual: document you need root for containerProfpatsch2016-07-23
|/ /
* | Add some more info to the nixos-version manpageEelco Dolstra2016-07-15
| |
* | doc: add man page for nixos-version (#16869)Graham Christensen2016-07-12
| |
* | documentation: fix start display-manager commandEric Sagnes2016-07-04
| | | | | | | | | | [Bjørn: The 'start' alias was removed in commit 1d9651e723 ("Remove systemd shell aliases").]
* | Merge #15639: xorg-server 1.17.4 -> 1.18.3Vladimír Čunát2016-06-05
|\ \ | | | | | | | | | ... and fglrxCompat to maintain compatibility.
| * | release notes: mention xorg-server updateVladimír Čunát2016-05-23
| | |
* | | 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
| | |
* | | fix https://github.com/NixOS/nixops/issues/331Domen Kožar2016-06-03
| | |
* | | fix manualDomen Kožar2016-06-01
| | |
* | | 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