summary refs log tree commit diff
path: root/nixos/doc
Commit message (Collapse)AuthorAge
* 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
| * | doc: Adds rule to xmlformat to help keep spacing right.Samuel Dionne-Riel2018-05-31
| | | | | | | | | | | | | | | The other definitions broke term, cmdsynopsis and arg tags; spaces inside were removed, making workdsrun-ininstead of keeping them spaced.
| * | 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
| |\ \
| | * | nixos docs: format =)Graham Christensen2018-05-01
| | | |
| | * | nixos docs: ignore generated filesGraham Christensen2018-05-01
| | | |
| | * | nixos docs: fixupGraham Christensen2018-05-01
| | | |
| | * | Merge pull request #39786 from grahamc/format-nixpkgs-docs-targetGraham Christensen2018-05-01
| | |\ \ | | | | | | | | | | nixpkgs doc: add format Make target
| | | * | nixos docs: makefile for formattingGraham Christensen2018-05-01
| | | | |
| | | * | nixpkgs doc: add format Make targetGraham Christensen2018-04-30
| | | | |
| | * | | nixos doc: mananager -> manageredef2018-05-01
| | | | |
| | * | | Merge pull request #38351 from grahamc/user-channelsGraham Christensen2018-05-01
| | |\ \ \ | | | | | | | | | | | | Add user channels to the default nix path
| | | * | | Add user channels to the default nix pathGraham Christensen2018-05-01
| | | | | |
| | * | | | Merge pull request #39798 from lheckemann/nixos-install-chroot-docJörg Thalheim2018-05-01
| | |\ \ \ \ | | | | | | | | | | | | | | nixos-install manual: remove --chroot option
| | | * | | | nixos-install manual: remove --chroot optionLinus Heckemann2018-05-01
| | | | |_|/ | | | |/| | | | | | | | | | | | | | This option has been removed from the tool in favour of nixos-enter.
| | * | | | Merge pull request #38831 from rdnetto/improve-cross-refsGraham Christensen2018-04-30
| | |\ \ \ \ | | | |_|_|/ | | |/| | | Improve cross referencing in NixOS Manual
| | | * | | Fixed indentationReuben D'Netto2018-04-17
| | | | | |