summary refs log tree commit diff
path: root/nixos/doc/manual
Commit message (Collapse)AuthorAge
* lib/recursiveUpdateUntil: add a test & release note for fixProfpatsch2018-08-15
|
* doc: document luksroot.nix changes in release notesJan Malakhovski2018-08-08
|
* cassandra: rewrote service from scratchThomas Bach2018-08-07
| | | | | Adds a replacement for the previously broken `services.database.cassandra` with tests for a multi-node setup.
* nixos/manual: add release note entry for FoundationDBAustin Seipp2018-08-05
| | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
* Revert "nixos/manual: add release note entry for FoundationDB"Austin Seipp2018-08-05
| | | | This reverts commit be1124a5377e0fa328d2b1a20ecf5f935037d8f6.
* nixos/manual: add release note entry for FoundationDBAustin Seipp2018-08-05
| | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
* nixos/doc: added MATE to list of desktop managers in manual (#44442)smithtim2018-08-04
|
* nixos/doc: add the new strongswan-swanctl service to the 18.09 release notesBas van Dijk2018-08-03
|
* doc: change git:// links to https:// (#44395)Matthew Harm Bekkema2018-08-03
| | | | | | | | The server is not verified over the git:// transfer protocol. If you clone a repository over git://, you should check if the latest commit's hash is correct. On the other hand, https:// will always verify the server automatically, using certificate authorities.
* nixos/manual: added missing xml tagsAndreas Rammhold2018-08-01
|
* nixos/nix-daemon: default `nix.useSandbox` to `true`.Andreas Rammhold2018-07-29
|
* Revert "nixos: rename system.{stateVersion,defaultChannel} -> system.nixos.\1"Tuomas Tynkkynen2018-07-28
| | | | | | | | | | | This reverts commit 095fe5b43def40279a243e663c662b02caac5318. Pointless renames considered harmful. All they do is force people to spend extra work updating their configs for no benefit, and hindering the ability to switch between unstable and stable versions of NixOS. Like, what was the value of having the "nixos." there? I mean, by definition anything in a NixOS module has something to do with NixOS...
* skarnet software: rename attributes and split outputsProfpatsch2018-07-25
| | | | | | Change the attribute names of camelCased utils to kebab-case to improve consistency. Split every package into multiple outputs where possible.
* treewide: remove aliases in nixpkgsMatthew Bauer2018-07-18
| | | | | | | | | | | | | | | | | | This makes the command ‘nix-env -qa -f. --arg config '{skipAliases = true;}'’ work in Nixpkgs. Misc... - qtikz: use libsForQt5.callPackage This ensures we get the right poppler. - rewrites: docbook5_xsl -> docbook_xsl_ns docbook_xml_xslt -> docbook_xsl diffpdf: fixup
* firejail: add nixos modulePeter Hoeg2018-07-14
| | | | Also add support for wrapping binaries with firejail.
* dockerTools.buildImage: add option to use nix output hash as tagMathias Schreck2018-07-06
|
* Merge pull request #42709 from jollheef/masteradisbladis2018-06-30
|\ | | | | hostapd: use WPA2 instead of WPA1 by default
| * hostapd: use WPA2 instead of WPA1 by defaultMikhail Klementev2018-06-30
| |
* | manual: rename user added to networkmanager from "youruser" to "alice"Florian Klink2018-06-28
| | | | | | | | | | | | to be consistent with the rest of the manual Reported-By: Cedric Shahabi <cedric.shahabi@gmail.com>
* | manual: rename users.extraUsers to users.usersFlorian Klink2018-06-28
|/ | | | | | | Is called like this since 14321ae2431e33f5ed81f1ee43eddd29c7e9d01d, but docs were still using the old option in some cases. Reported-By: Cedric Shahabi <cedric.shahabi@gmail.com>
* nixos/screen: add `pkgs.screen` to the system closureMaximilian Bosch2018-06-23
|
* nixos/kubernetes: dashboard lockdownJohan Thomsen2018-06-19
| | | | | | | | | | Kubernetes dashboard currently has cluster admin permissions, which is not recommended. - Renamed option "services.kubernetes.addons.dashboard.enableRBAC" to "services.kubernetes.addons.dashboard.rbac.enable" - Added option "services.kubernetes.addons.dashboard.rbac.clusterAdmin", default = false. - Setting recommended minimal permissions for the dashboard in accordance with https://github.com/kubernetes/dashboard/wiki/Installation - Updated release note for 18.09.
* Merge pull request #41764 from oxij/nixos/some-more-related-packagesMichael Raskin2018-06-13
|\ | | | | nixos: add some more related packages
| * nixos: doc: make `relatedPackages` a bit smarterJan Malakhovski2018-06-13
| |
* | nixos/kubernetes: improvementsJohan Thomsen2018-06-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Added option 'cni.configDir' to allow for having CNI config outside of nix-store Existing behavior (writing verbatim CNI conf-files to nix-store) is still available. - Removed unused option 'apiserver.publicAddress' and changed 'apiserver.address' to 'bindAddress' This conforms better to k8s docs and removes existing --bind-address hardcoding to 0.0.0.0 - Fixed c/p mistake in apiserver systemd unit description - Updated 18.09 release notes to reflect changes to existing options And fixed some typos from previous PR - Make docker images for Kubernetes Dashboard and kube-dns configurable
* | Merge branch 'master' into nixos-evaluateMatthew Justin Bauer2018-06-10
|\ \
| * | nixos/munge: run munge as user munge instead of root. (#41509)markuskowa2018-06-09
| | | | | | | | | | | | | | | * Added a note in release notes (incompatibilities) * Adapt slurm test * Change user to munge in service.munge
| * | doc: Explain how to hack on kernelMatthieu Coudron2018-06-08
| |/ | | | | | | | | | | | | | | | | Presents the options available (linuxManualConfig versus overriding extraConfig, ignoreConfigErrors, autoModules, kernelPreferBuiltin. For advanced hostPlatform customization refer to the commands shared by ericson1234 at https://github.com/NixOS/nixpkgs/pull/33813 but it is too advanced to put in the doc.
| * Revert "Merge pull request #38263 from lopsided98/grub-initrd-secrets"Joachim Fasting2018-06-07
| | | | | | | | | | | | | | This reverts commit c06d7950f1b97abf510bc70bd2a2b0445e8d36f2, reversing changes made to 4c25fbe338212f498a34d2a9b4c2072ac96c0e31. See https://github.com/NixOS/nixpkgs/issues/41608
| * Merge pull request #38263 from lopsided98/grub-initrd-secretsJoachim F2018-06-06
| |\ | | | | | | grub: support initrd secrets
| | * nixos/grub: support initrd secretsBen Wolsieffer2018-05-07
| | |
| * | nixos/doc+man: Fixes squishedtogether definitions.Samuel Dionne-Riel2018-05-31
| | |
| * | nixos/doc: ran `make format`Samuel Dionne-Riel2018-05-31
| | | | | | | | | | | | With visual inspection that nothing got worse.
| * | doc: Adds xml fixing script. (see previous and next commits)Samuel Dionne-Riel2018-05-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This script is used to automatically fix issues within xml documentation files. The script is *for now* intended to be used ad-hoc, and the commits to be examined. A future discussion will define whether: * This commit and scripts are kept. * The script is extended for common use. The biggest issue right now with the script is that it *could* in theory destroy a valid space-less varlistentry. The script could, in practical use, be changed and extended to normalize some parts of the XML files, mainly: * A common quoting style for attributes * Fix-up some weird formatting automatically that xmlformat doesn't catch
| * | Kubernetes:Johan Thomsen2018-05-26
| | | | | | | | | | | | | | | | | | - Added information regarding breaking changes to release note for 18.09 - Changed golang version comment in kubernetes package - Added @johanot to maintainers list
| * | minor improvement to nix installation instructions (#40521)Walter Franzini2018-05-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * improve nix installation instructions in the command $ bash <(curl https://nixos.org/nix/install) <(..) is a bashism. The documentation now show a command that does not require to be executed by bash.
| * | Merge pull request #39536 from teto/iprouteMatthew Justin Bauer2018-05-15
| |\ \ | | | | | | | | [RDY] iproute: copy files in /etc
| | * | release notes: mention iproute2 moduleMatthieu Coudron2018-05-15
| | | |
| * | | nixos: Fix build of the manualaszlig2018-05-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The manual still had a reference to an option that was already renamed ages ago and a7ed44ccadfcf1bd54d0197fbc87b6c1b0bcef7b made it 'visible'. With the visible attribute set to false for extraKernelModules, the option no longer appears in the manual and thus breaks the link from the manual to the options. This is easily fixed by referring to boot.initrd.kernelModules instead of the obsolete option boot.initrd.extraKernelModules. Signed-off-by: aszlig <aszlig@nix.build> Cc: @rycee, @matthewbauer
| * | | nixos: rename system.{stateVersion,defaultChannel} -> system.nixos.\1Jan Malakhovski2018-05-12
| | | |
| * | | googleearth: init at 7.1.8.3036Markus Hauck2018-05-11
| | | |
| * | | gnucash: add upgrade instructions to NixOS release notesEmmanuel Rosa2018-05-09
| | | |
| * | | Merge pull request #40051 from nh2/manual-option-types-attrsMatthew Justin Bauer2018-05-09
| |\ \ \ | | |/ / | |/| | manual: Document `types.attrs`
| | * | manual: Document `types.attrs`Niklas Hambüchen2018-05-07
| | |/ | | | | | | | | | Signed-off-by: Niklas Hambüchen <mail@nh2.me>
| * | NetworkManager: add noDns optionjD91mZM22018-05-08
| | |
| * | Merge pull request #39526 (improve dhparams)aszlig2018-05-08
| |\ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This introduces an option that allows us to turn off stateful generation of Diffie-Hellman parameters, which in some way is still "stateful" as the generated DH params file is non-deterministic. However what we can avoid with this is to have an increased surface for failures during system startup, because generation of the parameters is done during build-time. Aside from adding a NixOS VM test it also restructures the type of the security.dhparams.params option, so that it's a submodule. A new defaultBitSize option is also there to allow users to set a system-wide default. I added a release notes entry that described what has changed and also included a few notes for module developers using this module, as the first usage already popped up in NixOS/nixpkgs#39507. Thanks to @Ekleog and @abbradar for reviewing.
| | * nixos: Add release notes about dhparams changesaszlig2018-05-07
| | | | | | | | | | | | | | | | | | | | | | | | This is not only to make users aware of the changes but also to give a heads up to developers which are using the module. Specifically if they rely on security.dhparams.path only. Signed-off-by: aszlig <aszlig@nix.build>
| * | rl-1809: add googleearthMatthew Justin Bauer2018-05-04
| | |
| * | dockerTools.pullImage: documentation and release noteAntoine Eiche2018-05-02
| | |
| * | Merge branch 'master' into docker-registry-enhancementsRobin Gloster2018-05-02
| |\ \