about summary refs log tree commit diff
path: root/nixos/doc
Commit message (Collapse)AuthorAge
* 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
* rdf4store: remove pkg and service modulesRenaud2019-12-08
| | | (#74214)
* doc/rl-2003: fix typoRenaud2019-12-08
|
* 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
* | Tweag releaase notesEelco Dolstra2019-12-03
| |
* | Merge pull request #74850 from davidak/PRETTY_NAMEEelco Dolstra2019-12-03
|\ \ | | | | | | nixos/version: PRETTY_NAME in /etc/os-release uses the release now
| * | nixos/version: PRETTY_NAME in /etc/os-release uses the release now instead ↵davidak2019-12-02
| | | | | | | | | | | | | | | | | | of full version to be more suitable for presentation to the user
* | | Spell out you need to enable wifi explicitly at install timeArnout Engelen2019-12-02
|/ /
* | rl-2003: mention the removal of dump1090's internal web serverDaniël de Kok2019-12-02
| |
* | nixos/bluetooth: don't install obex tools by defaultrnhmjoj2019-11-29
| |
* | Merge pull request #73803 from andir/buildRustCrate-lib-outputAndreas Rammhold2019-11-28
|\ \ | | | | | | buildRustCrate: add lib output
| * | buildRustCrate: add lib outputAndreas Rammhold2019-11-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This cuts down the dependency tree on some rust builds where a crate not just exposes a binary but also a library. `$out/lib` contained a bunch of extra support files that among other information carry linker flags (including the full path to link-time dependencies). Worst case this led to some binary outputs depending on the full build closure of rust crates. Moving all the `$out/lib` files to `$lib/lib` solves this nicely. `lib` might be a bit weird here as they are most of the time just rlib files (rust libraries). Those are essential only required during compilation but they can also be shared objects (like with traditional C-style packages). Which is why I went with `lib` for the new output. One of the caveats we are running into here is that we do not (always) know ahead of time of a crate produces just a library or just a binary. Cargo allows for some ambiguity regarding whether or not a crate provides one, two, … binaries and libraries as it's outputs. Ideally we would be able to rely on the `crateType` entirely but so far that isn't the case. More work on that area might show how difficult that actually is.
* | | rl-2003: Fix typotalyz2019-11-26
|/ / | | | | | | Fix a typo introduced in a06529b7adb which prevents the manual from building.
* | nixos: default `environment.homeBinInPath` to falseAndreas Rammhold2019-11-26
| | | | | | | | | | | | | | This is a more sane default since we do not magically (without opt-in) pull in binaries from `~/bin`. That is not really an expected behavior for many users. Users that still want that behavior can now just flip that switch.
* | osquery: removeFlorian Klink2019-11-24
| | | | | | | | | | | | | | | | | | | | osquery was marked as broken since April. If somebody steps up to fix it, we can always revive it from the histroy, but there's not much value in shipping completely broken things in current master. cc @ma27
* | nixos/beegfs: remove moduleFlorian Klink2019-11-24
|/ | | | packages are marked as broken for quite some time.
* nixos/plasma5: drop enableQt4Support optionJan Tojnar2019-11-22
| | | | Phonon no longer supports Qt4 so this is useless.
* nixos/phpfpm: enable PrivateTmp=trueFlorian Klink2019-11-21
| | | | | This seems to be mostly a pre - #57677 relict. As postgresql sockets now are not in /tmp anymore, isolate /tmp.
* Merge #45957: nixos manual: releases workflow improvementsVladimír Čunát2019-11-20
|\ | | | | | | Let's merge NOW; I'm not doing the same mistake again.
| * nixos manual: releases workflow nitpicksVladimír Čunát2019-11-20
| | | | | | Co-Authored-By: asymmetric <lorenzo@mailbox.org>
| * Merge branch 'master' into release-docsVladimír Čunát2019-10-27
| |\ | | | | | | | | | | | | It's been a very long time, so I think a merge will be better than a rebase. There was only one simple conflict.
| * | fixup ^ release improvements.Samuel Dionne-Riel2018-10-05
| | |
| * | nixos manual: releases workflow improvementsVladimír Čunát2018-10-05
| | | | | | | | | | | | - `git push --tags` is too dangerous (pushes all your tags)
* | | nixos/manual: reword installation sectionRobin Gloster2019-11-20
| | | | | | | | | | | | | | | Sounded a bit unprofessional and pessimistic. Was actually called out on twitter.
* | | Merge master into staging-nextFrederik Rietdijk2019-11-20
|\ \ \
| * | | rl-2003: add release note about one Xfce package-setworldofpeace2019-11-19
| | | |
* | | | Merge master into staging-nextFrederik Rietdijk2019-11-19
|\| | |
| * | | nixos/manual: fix xml syntax errorFranz Pletz2019-11-18
| | | |
| * | | beam-modules/hex-snapshot: removeThomas Depierre2019-11-17
| | | | | | | | | | | | | | | | | | | | | | | | The package set is not maintained. It is also not used by most of the BEAM community. Removing it to allow a more useful set of tools fit to the BEAM community in Nixpkgs.
| * | | nixos/manual: fix IDs on docs for running tests (#73526)Tom F2019-11-17
| | | |
* | | | Merge master into staging-nextFrederik Rietdijk2019-11-16
|\| | |
| * | | Merge pull request #73251 from worldofpeace/remove-slimworldofpeace2019-11-15
| |\ \ \ | | | | | | | | | | nixos/slim: remove
| | * | | rl-2003: add note about slimworldofpeace2019-11-11
| | | | |
| | * | | nixos/doc: remove refs to slimworldofpeace2019-11-11
| | | | |
| * | | | nixos/kubernetes: Module and test compatibility with kubernetes 1.16Sascha Grunert2019-11-15
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Sascha Grunert <sgrunert@suse.com>
| * | | | doc/rl-1909: fix languageDavid Kleuker2019-11-15
| |/ / / | | | | | | | | (#71516)
* | | | Merge staging-next into stagingFrederik Rietdijk2019-11-11
|\| | |
| * | | Merge pull request #70886 from allgreed/add-vbox-docs-hintMatthew Bauer2019-11-07
| |\ \ \ | | | | | | | | | | [Docs] Add a hint on Virtualbox machine setup
| | * | | Add a hint on Virtualbox machine setupOlgierd "Allgreed" Kasprowicz2019-10-10
| | | | | | | | | | | | | | | | | | | | By default VMSVGA is set, which causes failure upon X startup.
| * | | | nixos-rebuild: add explicit option to enable (remote) sudoBjørn Forsman2019-11-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add --use-remote-sudo option. When set, remote commands will be prefixed with 'sudo'. This allows using sudo remotely _without_ having to use sudo locally (when using --build-host/--taget-host).
* | | | | Merge staging-next into stagingFrederik Rietdijk2019-11-05
|\| | | |
| * | | | nixos/test: Pythonify documentationJacek Galowicz2019-11-04
| | | | |
| * | | | release-notes 20.03: added notice for rewritten nixos-optionRobin Gloster2019-11-04
| | | | |
| * | | | nixos/nixos-option: Rewrite in a more suitable languageChuck2019-11-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also add --all, which shows the value of all options. Diffing the --all output on either side of contemplated changes is a lovely way to better understand what's going on inside nixos.
* | | | | stdenv: Don't stop `set -u`-ingJohn Ericson2019-11-01
|/ / / / | | | | | | | | | | | | | | | | | | | | Before, we very carefully unapplied and reapplied `set -u` so the rest of Nixpkgs could continue to not fail on undefined variables. Let's rip off the band-aid.
* | | | nixos manual: refer to nix and nixpkgs manualsFrederik Rietdijk2019-10-30
| | | |
* | | | nixos manual: have a toc for each part and chapterFrederik Rietdijk2019-10-30
| | | | | | | | | | | | | | | | | | | | to be inline with the Nixpkgs manual. This makes navigating to particular sections easier.
* | | | nixos manual: move preface into own fileFrederik Rietdijk2019-10-30
| | | |