summary refs log tree commit diff
path: root/nixos/doc
Commit message (Collapse)AuthorAge
* nixos/docs: Fix nixos-install --system command (#77719)Silvan Mosberger2020-01-23
|\ | | | | nixos/docs: Fix nixos-install --system command
| * nixos/docs: Fix nixos-install --system commandSilvan Mosberger2020-01-15
| |
* | Merge pull request #77950 from flokli/buildkite-3Florian Klink2020-01-19
|\ \ | | | | | | nixos/buildkite-agent: move to v3
| * | nixos/buildkite: add release notesFlorian Klink2020-01-17
| |/
* | Merge pull request #77960 from jtojnar/declarative-check-modulesJan Tojnar2020-01-19
|\ \ | | | | | | nixos/doc: suggest checking options for declarative package mgmt
| * | nixos/doc: suggest checking options for declarative package mgmtJan Tojnar2020-01-18
| | | | | | | | | | | | Some programs might not work without systemd services registered or do not work at full capacity without NixOS module.
* | | Merge pull request #77690 from gnidorah/way-coolerworldofpeace2020-01-18
|\ \ \ | |_|/ |/| | way-cooler: Remove
| * | way-cooler: RemoveMatthias Beyer2020-01-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As of 2020-01-09, way-cooler is officially dead: http://way-cooler.org/blog/2020/01/09/way-cooler-post-mortem.html hence, remove the package and the module. Signed-off-by: Matthias Beyer <mail@beyermatthias.de> docs/release-notes: remove way-cooler way-cooler: show warnings about removal Apply suggestions from code review Co-Authored-By: worldofpeace <worldofpeace@protonmail.ch> way-cooler: add suggestion by @Infinisil
* | | nixos/doc+manual: update copyright year range end 2019->2020Susan Potter2020-01-14
| |/ |/|
* | Merge pull request #76861 from Infinisil/paths-as-submodulesRobert Hensing2020-01-12
|\ \ | |/ |/| lib/types: Allow paths as submodule values
| * nixos/doc: Add incompatibility note for `either submodule path`Silvan Mosberger2020-01-09
| | | | | | | | Co-Authored-By: Robert Hensing <roberth@users.noreply.github.com>
| * lib/types: Allow paths as submodule valuesSilvan Mosberger2020-01-08
| |
* | lib/types: Introduce lazyAttrsOfSilvan Mosberger2020-01-10
| | | | | | | | | | | | | | The standard attrsOf is strict in its *values*, meaning it's impossible to access only one attribute value without evaluating all others as well. lazyAttrsOf is a version that doesn't have that problem, at the expense of conditional definitions not properly working anymore.
* | nixos/doc: Note that attrsOf is strict in its valuesSilvan Mosberger2020-01-10
| |
* | Merge pull request #76857 from Infinisil/recursive-disableModulesSilvan Mosberger2020-01-09
|\ \ | |/ |/| Apply `disabledModules` recursively
| * nixos/doc: Extend disabledModules docs to indicate recursive disablingSilvan Mosberger2020-01-09
| |
* | nixos/doc: document the loaOf type deprecationrnhmjoj2020-01-08
| |
* | nixos/doc: Fix manual build after renaming compton to picomadisbladis2020-01-03
| |
* | nixos-install: add documentation for --channel, --no-channel-copyGwendolyn Quasebarth2020-01-03
| |
* | Revert "lib/types: Allow paths as submodule values"Silvan Mosberger2020-01-03
|/ | | | | | | | | This reverts commit eec83d41e3e7d9ad5bc1086198d972d55bab1203. This broke hydra evaluation because with this commit submodule values are allowed to be paths, however the certmgr module uses `either (submodule ...) path` in its type, meaning it already used paths for something else which would now be interpreted as a submodule.
* Module system improvements for NixOS as a submodule (#75031)Silvan Mosberger2020-01-02
|\ | | | | Module system improvements for NixOS as a submodule
| * lib/types: Allow paths as submodule valuesSilvan Mosberger2020-01-02
| |
| * nixos/docs: Add docs for types.submoduleWithSilvan Mosberger2020-01-02
| |
* | Merge pull request #76189 from Ma27/nixos-install-verbosity-levelLinus Heckemann2019-12-28
|\ \ | | | | | | nixos/nixos-installer: add flags for verbosity and build logs
| * | nixos/nixos-installer: add flags for verbosity and build logsMaximilian Bosch2019-12-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | When installing a fresh NixOS system it occasionally happens that you encounter issues that are rather hard to track down since `nixos-install(8)` doesn't provide any debugging flags. This patch adds `-L` to force `nix build` to display the build-log on stderr and `-v` to increase the log-level of Nix.
* | | Merge #75803: kresd service: unify listen declarationsVladimír Čunát2019-12-27
|\ \ \
| * | | kresd: Unified listen declarationsDustin Frisch2019-12-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Deperecates the interfaces option which was used to generate a host:port list whereas the port was always hardcoded to 53. This unifies the listen configuration for plain and TLS sockets and allows to specify a port without an address for wildcard binds.
* | | | Merge pull request #73113 from aanderse/httpd-vhostAaron Andersen2019-12-26
|\ \ \ \ | | | | | | | | | | nixos/httpd: support overridable virtual hosts
| * | | | nixos/httpd: limit serving web content to virtual hosts, convert ↵Aaron Andersen2019-12-24
| | | | | | | | | | | | | | | | | | | | virtualHosts option type from listOf to attrsOf, add ACME integration
* | | | | nixos/manual: fixing links for awstats release note (#76500)Dima2019-12-25
|/ / / / | | | | | | | | `linkend` attribute needs to point to an option.
* | | | nixos/awstats: refactor moduleBen Harper2019-12-24
| | | |
* | | | nixos/python-test-driver: add an option to disable python linterMaximilian Bosch2019-12-22
| |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | While it's a good idea to automate the linting of the python code used for our tests, I think that it can be quite distracting when hacking on a NixOS test. I figured that it might be more convenient to add an option as a shortcut for this to avoid that everyone needs to dig into the test driver again.
* | | Merge pull request #56255 from Izorkin/nginx-temp1Florian Klink2019-12-20
|\ \ \ | | | | | | | | nginx: do not run anything as root
| * | | nixos/nginx: do not run anything as rootIzorkin2019-12-15
| | | |
* | | | docs/release-notes: fix indentationrnhmjoj2019-12-20
| | | |
* | | | docs/release-notes: document console related changesrnhmjoj2019-12-20
| | | |
* | | | Merge pull request #75787 from chkno/see-also-man-configuration-dot-nixMaximilian Bosch2019-12-19
|\ \ \ \ | | | | | | | | | | nixos/nixos-option: "See also configuration.nix manpage" in nixos-option manpage
| * | | | nixos/nixos-option: "See also configuration.nix manpage" in nixos-option manpageChuck2019-12-18
| | |/ / | |/| |
* | | | Merge pull request #53843 from hedning/session-defaultJan Tojnar2019-12-18
|\ \ \ \ | |/ / / |/| | | nixos/displayManager: introduce defaultSession
| * | | nixos/displayManager: deprecate separate options for default wm/dmJan Tojnar2019-12-15
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The upstream session files display managers use have no concept of sessions being composed from desktop manager and window manager. To be able to set upstream session files as default session, we need a single option. Having two different ways to set default session would be confusing, though, so we decided to deprecate the old method. We also created separate script for each session, just like we already had a separate desktop file for each one, and started using displayManager.sessionPackages mechanism to make the session handling more uniform.
* | | nixos containers: disable NixOS manual in container config. (#75659)Danylo Hlynskyi2019-12-15
| | | | | | | | | | | | | | | | | | | | | This makes ~2.5x speed up of an empty container instantiate, hence reduces rebuild time of system with many declarative containers. Note that this doesn't affect production systems much, becaseu those most likely already include `minimal.nix` profile.
* | | Merge master into staging-nextFrederik Rietdijk2019-12-13
|\| |
| * | Fix a typoMateusz Piotrowski2019-12-10
| | |
| * | nixos/polkit: remove root from adminIdentitiesworldofpeace2019-12-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes https://github.com/NixOS/nixpkgs/issues/75075. To summarize the report in the aforementioned issue, at a glance, it's a different default than what upstream polkit has. Apparently for 8+ years polkit defaults admin identities as members of the wheel group [0]. This assumption would be appropriate on NixOS, where every member of group 'wheel' is necessarily privileged. [0]: https://gitlab.freedesktop.org/polkit/polkit/commit/763faf434b445c20ae9529100d3ef5290976d0c9
* | | Merge staging-next into stagingFrederik Rietdijk2019-12-10
|\| |
| * | rdf4store: remove pkg and service modulesRenaud2019-12-08
| | | | | | | | | (#74214)
| * | doc/rl-2003: fix typoRenaud2019-12-08
| | |
* | | Merge staging-next into stagingFrederik Rietdijk2019-12-05
|\| |
| * | Merge pull request #73968 from mat8913/upower-config-masterworldofpeace2019-12-05
| |\ \ | | |/ | |/| nixos/upower: Allow customization of UPower.conf
| | * nixos/upower: Allow customization of UPower.confMatthew Harm Bekkema2019-12-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | Documentation of options and default values taken from the upstream UPower.conf. The documentation was modified slightly to make more sense when displayed on https://nixos.org/nixos/options.html. A copy of upstream UPower.conf can be found here: https://cgit.freedesktop.org/upower/tree/etc/UPower.conf?id=28bd86c181e2510ef6a1dc7cfa26f97803698a79