summary refs log tree commit diff
path: root/nixos/doc
Commit message (Collapse)AuthorAge
* Merge pull request #49516 from johanot/kubedns-to-corednsSarah Brofeldt2018-11-06
|\ | | | | nixos/kubernetes: KubeDNS -> CoreDNS
| * nixos/kubernetes: Added rl-1903 entry documenting kubedns -> corednsJohan Thomsen2018-10-31
| |
* | Merge pull request #49283 from aanderse/solrAndreas Rammhold2018-11-04
|\ \ | | | | | | solr: 4.10.3 -> 7.5.0, refactor service to reflect major changes in version bump
| * | solr: 4.10.3 -> 7.5.0, refactor service to reflect major changes in version ↵Aaron Andersen2018-11-03
| | | | | | | | | | | | bump, NixOS test included
* | | nixos manual: Add changelog for consulNiklas Hambüchen2018-11-03
|/ / | | | | | | Signed-off-by: Niklas Hambüchen <mail@nh2.me>
* | Merge pull request #47526 from rnhmjoj/syncthingJoachim F2018-11-02
|\ \ | |/ |/| nixos/syncthing: move configuration to condigDir
| * nixos/syncthing: move configuration to condigDirrnhmjoj2018-10-15
| | | | | | | | | | fixes #47513 following the upstream recommended settings: https://github.com/syncthing/syncthing/issues/3434#issuecomment-235401876
* | Merge pull request #49348 from markuskowa/mod-slurm-upgradexeji2018-10-31
|\ \ | | | | | | nixos/slurm: add slurmdbd, run daemons as user
| * | nixos/slurm: node/partitionName option -> listMarkus Kowalewski2018-10-30
| | | | | | | | | | | | | | | | | | | | | Make the node and partitionname options lists. There can be more than paratition or set of nodes. Add changes to release notes
| * | nixos/slurm: run ctld as user and fix spool dirMarkus Kowalewski2018-10-30
| | | | | | | | | | | | | | | | | | | | | | | | * run as user 'slurm' per default instead of root * add user/group slurm to ids.nix * fix default location for the state dir of slurmctld: (/var/spool -> /var/spool/slurmctld) * Update release notes with the above changes
* | | tests/docs: remove remnants of old allowPing default (#49198)Robin Gloster2018-10-30
|/ / | | | | | | | | This has been defaulting to true since 16.03, we don't need this code anymore, also the note in the documentation has been obsolete for quite a while.
* | release notes: update for postgres renameAlyssa Ross2018-10-30
| |
* | postgresql*: use underscores in version numbersAlyssa Ross2018-10-30
| |
* | docs: update sample postgresql packageAlyssa Ross2018-10-30
| | | | | | | | postgresql90 no longer exists in nixpkgs.
* | nixos/release-notes for 18.09: fix missing entryEric Wolf2018-10-30
| | | | | | | | | | - the addition of the groups kvm and render breaks the configuration of users, which added them
* | Merge pull request #49074 from c0bw3b/pkg/veracryptxeji2018-10-29
|\ \ | | | | | | veracrypt: 1.22 -> 1.23 / truecrypt: remove and alias to veracrypt
| * | truecrypt: remove and alias to veracryptc0bw3b2018-10-24
| | | | | | | | | | | | | | | | | | TrueCrypt has been retired for a while now and the source archive we pointed to is gone. Moreover the VeraCrypt fork is available, maintained and fixes issues previous audits found in TrueCrypt.
* | | opensmtpd: 6.0.3p1 -> 6.4.0p1Léo Gaspard2018-10-27
|/ /
* | wasm: remove alias to unbreak the channelLéo Gaspard2018-10-22
| | | | | | | | | | | | | | | | | | | | | | | | Nixpkgs' channel currently can't move forward so long as there is a trace in evaluating the top-level arguments. Which means that it isn't possible to add a warning message to warn users of future package removal. So the only way forward appears to be just removing the alias altogether. (cherry picked from commit b4133ebc17c2742a76d912f4f0bf46719bc7800e)
* | Merge pull request #45470 from Infinisil/znc-configSilvan Mosberger2018-10-17
|\ \ | |/ |/| nixos/znc: More flexible module, cleanups
| * nixos/znc: Add release note entry for removed optionsSilvan Mosberger2018-10-14
| |
* | Merge pull request #48463 from Ekleog/release-notes-licenseGraham Christensen2018-10-15
|\ \ | | | | | | release-notes/18-09: add licenses marked as unfree
| * | nixos manual: automatic reflowLéo Gaspard2018-10-15
| | |
| * | release-notes/18-09: add licenses marked as unfreeLéo Gaspard2018-10-15
| | |
* | | Merge pull request #47691 from florianjacob/matomo-choose-packageYegor Timoshenko2018-10-13
|\ \ \ | |_|/ |/| | nixos/matomo: introduce services.matomo.package option
| * | nixos/matomo: introduce services.matomo.package optionFlorian Jacob2018-10-13
| | |
* | | buildbot: add Python 3 supportBen Wolsieffer2018-10-11
| |/ |/|
* | Merge pull request #48025 from ↵Samuel Dionne-Riel2018-10-09
|\ \ | | | | | | | | | | | | samueldr/fix/actually-fix-partitioning-instructions nixos/doc: Actually fix partitioning instructions.
| * | nixos/doc: Actually fix partitioning instructions.Samuel Dionne-Riel2018-10-08
| | | | | | | | | | | | | | | | | | The previous tentative to the fix got the order mixed up a bit. This new fix has been re-verified to get them in the good order as per the instructions in the following chapters.
* | | Merge pull request #47917 from arianvp/fix-imperative-containersSamuel Dionne-Riel2018-10-08
|\ \ \ | | | | | | | | Fix imperative containers
| * | | Revert "Revert "Revert "doc: Update section about imperative containers"""Arian van Putten2018-10-05
| | | | | | | | | | | | | | | | | | | | | | | | nixos-container can now execute nix commands again inside the container This reverts commit 9622cd3b38ddbc7faa4cac2a48dbd70bd99570d0.
* | | | Merge pull request #45978 from fgaz/patch-1Matthew Bauer2018-10-08
|\ \ \ \ | |_|/ / |/| | | nixos docs: system restart to apply containers nat
| * | | nixos docs: system restart to apply containers natFrancesco Gazzetta2018-09-03
| | | |
* | | | Merge pull request #47554 from dtzWill/update/light-1.2Will Dietz2018-10-05
|\ \ \ \ | | | | | | | | | | light: 1.1.2 -> 1.2, use new udev support instead of setuid wrapper.
| * | | | fix minor typo per reviewer feedbackWill Dietz2018-10-01
| | | | |
| * | | | nixos/doc: mention light module change in release notesJörg Thalheim2018-10-01
| | |_|/ | |/| |
* | | | nixos/doc: Updates release date for 18.09Samuel Dionne-Riel2018-10-05
| | | |
* | | | Merge pull request #47575 from samueldr/1809/release-notesSamuel Dionne-Riel2018-10-05
|\ \ \ \ | |_|_|/ |/| | | Updates 18.09 release notes for release.
| * | | Updates 18.09 release notes for release.Samuel Dionne-Riel2018-10-02
| |/ /
* | | doc: Reviews partitioning instructions to use parted.Samuel Dionne-Riel2018-10-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The tests in <nixos/tests/installer.nix> are using `parted`, so they are bound to be better tested than `fdisk`. This is brought on by a couple issues, plus reports on IRC that the `fdisk` instructions didn't work as expected. * #39354 * #46309 * #39942 * #45478 Care was taken so that the other documented steps did not need changes. In all this kerfufle, a slight re-organization of the Chapter has been made, allowing better deep linking.
* | | doc: installing-usb: removes notes about unetbootin.Samuel Dionne-Riel2018-10-03
| | | | | | | | | | | | | | | They are known to cause more issues than solving issues; futhermore using `dd` should work everywhere without fail.
* | | doc: installing-usb make macOS note a note.Samuel Dionne-Riel2018-10-03
| | | | | | | | | | | | | | | | | | | | | | | | While it seemingly brings more attention to the macOS notes with the default docbook template, it better represents which parts of the section are about macOS, and which parts are simply in the flow of the text; otherwise the last paragraph may be lost into the details for macOS.
* | | nixos/doc: Adds sub-folder to input files.Samuel Dionne-Riel2018-10-03
|/ /
* | docs: formatGraham Christensen2018-09-29
| |
* | Revert "Revert "doc: Update section about imperative containers""Graham Christensen2018-09-29
| | | | | | | | | | | | I fixed the problem. This reverts commit 74df71bc8b446dd803aed3990a1148f258772f65.
* | Revert "doc: Update section about imperative containers"Tuomas Tynkkynen2018-09-30
| | | | | | | | | | | | | | | | This reverts commit f309440ee3b6830fd886f824be81b0fecfba52fc. Breaks manual build: https://nix-cache.s3.amazonaws.com/log/wnjcy6n5f871bpyy9nd06smiz1ggv99c-nixos-manual-combined.drv
* | doc: Update section about imperative containersArian van Putten2018-09-28
| | | | | | | | | | | | | | | | | | Nix commands inside the container have been broken since 18.03, and no fix is yet in sight. Lets remove from the documentation that this is a usecase that we support, as it doesn't seem likely that this will be fixed before 18.09 either. See #40355
* | Add ssh backdoor to VM tests infrastructure.Tuomas Tynkkynen2018-09-28
| | | | | | | | | | Thanks to @dezgeg for prototype implementation, I've cleaned it up and added documentation.
* | rabbitmq-server: 3.6.10 -> 3.7.8Alexey Lebedeff2018-09-25
| | | | | | | | | | | | | | | | | | | | | | - New dependency on 'getconf' binary for https://github.com/rabbitmq/rabbitmq-common/blob/3aa619e9ef81cfe6db0c776e6cd829ce234a7881/src/vm_memory_monitor.erl#L448 - New dependency on 'socat' for systemd notifications https://github.com/rabbitmq/rabbitmq-server/blob/4a3ee3a336bc82f2e56ec5d2292c80458ccc2974/src/rabbit.erl#L361 - elixir_1_6 for a new 'rabbitmqctl' tool - Replace patching with providing custom PATH, as we already have some other things here - Renamed package in all-packages.nix from a legacy spelling
* | Merge pull request #46193 from oxij/nixos/manual-to-docSamuel Dionne-Riel2018-09-24
|\ \ | | | | | | nixos: doc: implement #12542