summaryrefslogtreecommitdiffstats
path: root/nixos/doc
AgeCommit message (Collapse)Author
2020-12-16nixos/tor: don't do privoxy stuff by defaultAlyssa Ross
It's very surprising that services.tor.client.enable would set services.privoxy.enable. This violates the principle of least astonishment, because it's Privoxy that can integrate with Tor, rather than the other way around. So this patch moves the Privoxy Tor integration to the Privoxy module, and it also disables it by default. This change is documented in the release notes. Reported-by: V <v@anomalous.eu>
2020-12-15Merge pull request #82584 from Atemu/dnscrypt-default-configGuillaume Girol
dnscrypt-proxy2: base settings on example config
2020-12-14Merge pull request #105397 from kisik21/mailman-other-mta-supportLinus Heckemann
nixos/mailman: make Postfix support optional (provided you configure the MTA yourself)
2020-12-14nixos/mailman: make Postfix support optional (provided you configure the MTA ↵Vika
yourself) Mailman can now work with MTAs other than Postfix. You'll have to configure it yourself using the options in `services.mailman.settings.mta`. This addition is reflected in the release notes for 21.03.
2020-12-12rl-2103: document nixos/dnscrypt-proxy2's default config changeAtemu
2020-12-10Merge branch 'master' into staging-nextJan Tojnar
2020-12-09zookeeper: 3.4.12 -> 3.6.2Damien Diederen
A big jump, but the structure hasn't changed much. This recipe is still based on a binary release provided by upstream. (It might be interesting to start doing our own builds at some point, to split client from server, and/or to create packages for removed "contribs" such as 'zooInspector'. Upstream intends to further slim down its release tarballs as most deployments only need specific assets.)
2020-12-07Merge pull request #105275 from lukegb/nixpkgs-pa14Gabriel Ebner
pulseaudio: 13.0 -> 14.0
2020-12-06nixos/doc/rl-2103: fix buildzowoq
2020-12-05rl-2103: Mention gnuradio expressions changes.Doron Behar
Mention 3.8 and that it's now possible to override it and 3.7 to compile only certain features.
2020-12-01nixos/rspamd: add release notesSymphorien Gibol
2020-12-01Merge pull request #105515 from alyssais/manual-declarativeSilvan Mosberger
nixos/manual: don't recommend nix-env -iA
2020-12-01nixos/manual: don't recommend nix-env -iAAlyssa Ross
We're really setting users up on the wrong path if we tell them to nix-env -iA immediately after installing. Instead, let's just reassure them that installing software will be covered in due course in the manual, to encourage them to keep reading.
2020-11-30Merge pull request #104781 from NixOS/staging-nextFrederik Rietdijk
Staging next
2020-11-30cpp_ethereum: removeRaghav Sood
2020-11-29rl-21.03: add PulseAudio 13.0 -> 14.0 upgrade to release notesLuke Granger-Brown
2020-11-27Merge master into staging-nextFrederik Rietdijk
2020-11-24Merge branch 'staging-next' into stagingJan Tojnar
2020-11-24pam_ssh_agent_auth: Honour services.openssh.authorizedKeysFilesadisbladis
If a system administrator has explicitly configured key locations this should be taken into account by `sudo`.
2020-11-23Merge pull request #104520 from Izorkin/wsddFlorian Klink
wsdd: init at 0.6.2
2020-11-23Merge staging-next into stagingFrederik Rietdijk
2020-11-23nixos/samba-wsdd: init service samba-wsddIzorkin
2020-11-22Merge pull request #104094 from flokli/systemd-unified-cgroup-hierarchyFlorian Klink
systemd: switch to unified cgroup hierarchy by default
2020-11-22rl-21.03: describe EC2 instance user/meta data reloadingJack Kelly
2020-11-21Merge pull request #94610 from kwohlfahrt/openldapJörg Thalheim
2020-11-21Merge pull request #78168 from active-group/subversion-apache-config-docsAaron Andersen
nixos/doc: Rudimentary documentation for Subversion-inside-Apache HTTP.
2020-11-21nixos/openldap: Remove extraConfig optionsKai Wohlfahrt
Instead of deprecating, as per PR feedback
2020-11-21nixos/openldap: Add release-notes for OLC configKai Wohlfahrt
2020-11-20Merge pull request #102235 from symphorien/paperwork2Guillaume Girol
Paperwork 2.0
2020-11-19systemd: switch to unified cgroup hierarchy by defaultFlorian Klink
See https://www.redhat.com/sysadmin/fedora-31-control-group-v2 for details on why this is desirable, and how it impacts containers. Users that need to keep using the old cgroup hierarchy can re-enable it by setting `systemd.unifiedCgroupHierarchy` to `false`. Well-known candidates not supporting that hierarchy, like docker and hidepid=… will disable it automatically. Fixes #73800
2020-11-17openafs: remove 1.6; point to openafs_1_8Michael Raitza
2020-11-15nixos: add release notes for the paperwork update.Symphorien Gibol
2020-11-14nixos/doc: Rudimentary documentation for Subversion-inside-Apache HTTP.Mike Sperber
Content thanks to: Aaron Andersen
2020-11-13Merge master into staging-nextFrederik Rietdijk
2020-11-13Merge pull request #75615 from FSMaxB/patch-1Doron Behar
Add note about installing NixOS from distributions with /usr/sbin and…
2020-11-13nixos/doc: Add note about /usr/sbin and /sbinMax Bruckner
An installation from Debian buster may fail without adding /usr/sbin to $PATH because chroot is not in the PATH of a non-root user.
2020-11-12Merge pull request #103500 from chkno/nixos-YY.MM-not-in-nixpkgs-channelsMaximilian Bosch
doc: 20.09 release notes: nixos-YY.MM branches no longer in nixos-channels repo
2020-11-12nixos/doc/*: fix indentationzowoq
2020-11-11Merge pull request #95751 from srhb/forceImportAllKevin Cox
nixos/zfs: Fix boot.zfs.forceImportAll
2020-11-11doc: 20.09 release notes: nixos-YY.MM branches no longer in nixos-channels repoScott Worley
Since https://github.com/NixOS/nixos-channel-scripts/commit/7c442a2f67c77344a71e5aae7e4cd2a1554420a9 for https://github.com/NixOS/nixpkgs/issues/99257
2020-11-11doc: Fix doc-building instructionsScott Worley
2020-11-11nixos: boot.zfsImportAll = false; by defaultSarah Brofeldt
Also add 21.03 release note
2020-11-11Merge staging-next into stagingFrederik Rietdijk
2020-11-11Merge pull request #102472 from helsinki-systems/feat/vim-python3Daniël de Kok
vim: Get rid of Python 2 dependency
2020-11-10Merge staging-next into stagingFrederik Rietdijk
2020-11-10Merge master into staging-nextFrederik Rietdijk
2020-11-09Merge pull request #98938 from raboof/nixos-manual-waylandTimo Kaufmann
nixos.manual: introduce Wayland section
2020-11-09rubyMinimal: removeDoron Behar
Due to being unused, and seemingly unusable, added appropriate release notes.
2020-11-09Merge master into staging-nextFrederik Rietdijk
2020-11-09vim: Get rid of Python 2 dependencyJanne Heß