summaryrefslogtreecommitdiffstats
path: root/nixos/doc
AgeCommit message (Collapse)Author
2020-02-15nixos/nixos-build-vms: switch to python test-driverMaximilian Bosch
In 0945178b3c6fd9e33002dd6e3c6f77dfca49565a we decided that Perl-based VM tests should be deprecated and will be removed between 20.03 and 20.09. So let's switch `nixos-build-vms(8)` to python as well (which is entirely interactive, so other scripts won't break). In my experience, the test-driver isn't used most of the time, so this patch is mainly supposed to get rid of the (probably misleading) deprecation warning when running `nixos-build-vms`. Apart from that, the interface for python's test-driver is way nicer.
2020-02-10rl-2009: typoworldofpeace
2020-02-1020.09 is Nightingaleworldofpeace
2020-02-10Merge pull request #68897 from edolstra/masterEelco Dolstra
Flake support
2020-02-10Merge pull request #78373 from serokell/yorickvp/buildkitesSilvan Mosberger
nixos/buildkite-agents: support multiple buildkite agents
2020-02-10nixos/buildkite-agents: update release notesYorick van Pelt
2020-02-10nixos: Fix build of manualaszlig
XML error introduced with merge commit 4e0fea3fe294d112ac6eef5adbed2357. This was probably because of wrong conflict resolution, because the actual change (d8e697b4fcfd929d05221ac3e67b9c04ac69df86) had the close tag of the <para/> element, but the merge commit didn't. Signed-off-by: aszlig <aszlig@nix.build>
2020-02-10Merge pull request #77578 from m1cr0man/masterFlorian Klink
Replace simp-le with lego and support DNS-01 challenge
2020-02-09gcc-snapshot: removeMaximilian Bosch
Package is marked as broken for >2 years and used a fairly old snapshot from the gcc7-branch, so I fairly doubt that this is somewhere used (and is also pretty misleading as you don't expect a random snapshot from gcc7 at `pkgs.gcc-snapshot`).
2020-02-09nixos/acme: Update release note, remove redundant requiresLucas Savva
Merge remote-tracking branch 'remotes/upstream/master'
2020-02-09nixos/acme: update release notes for 20.03Lucas Savva
2020-02-08doc: Add documentation for the new option to the Automatic Upgrades sectionDaniel Frank
2020-02-05nixos-{rebuild,container}: Use flakeref#attrpath syntaxEelco Dolstra
This makes them consistent with the 'nix' command line.
2020-02-05nixos-rebuild: Use /etc/nixos/flake.nix if it existsEelco Dolstra
2020-02-05nixos-version: Add --json flag and show system.configurationRevisionEelco Dolstra
2020-02-05nixos-rebuild: Add --flake optionEelco Dolstra
2020-02-05nixos/roundcube: add release notes for #77532Symphorien Gibol
2020-02-04sqldeveloper: {17.4.1.054.0712,18.2.0.183.1748} -> 19.4.0.354.1759Maximilian Bosch
There are no new releases of sqldeveloper v17/v18 and I don't think that we should keep obviously unmaintained software that interacts with database systems. I removed `sqldeveloper_18` and `pkgs.sqldeveloper` now points to version 19.4. Unfortunately I had to drop darwin support as JavaFX is required for 19.4 which is part of the `oraclejdk` which isn't packaged for darwin yet. For further information please refer to the release notes: https://www.oracle.com/technetwork/developer-tools/sql-developer/downloads/sqldev-relnotes-194-5908846.html
2020-02-03manual.release-notes: qesteidutil is deprecatedMarek Mahut
2020-02-02rl-2003: dnscrypt-proxy2worldofpeace
2020-02-02oraclejdk8: document removals in the release notesMaximilian Bosch
2020-02-01Merge pull request #78838 from worldofpeace/nm-doc-updateworldofpeace
nixos/doc/network-manager: updates
2020-02-01nixos/doc/network-manager: updatesworldofpeace
Fixes #71161
2020-02-01Merge pull request #79054 from worldofpeace/geary-module-noteworldofpeace
rl-2003: add note about Geary module
2020-02-01rl-2003: add note about Geary moduleworldofpeace
2020-02-01rspamd: 1.9.4 -> 2.2Franz Pletz
2020-02-01Merge pull request #78843 from rnhmjoj/ipv6-privacyLinus Heckemann
nixos/networking-interfaces: change preferTempAddress to allow disabling temp addresses
2020-02-01nixos/docs: document preferTempAddress -> tempAddress changernhmjoj
2020-02-01Merge pull request #75439 from Ma27/submodule-fixes-for-nixos-optionMaximilian Bosch
nixos/nixos-option: fix evaluator to render a full submodule entry
2020-02-01Merge pull request #78839 from worldofpeace/update-xfce-docsworldofpeace
Update xfce docs
2020-01-31Merge pull request #78713 from vcunat/p/linux_5_4-defaultworldofpeace
linuxPackages: 4.19 -> 5.4
2020-01-31nixos release notes: document linuxPackages updateVladimír Čunát
2020-01-30llvm_{3,4}: re-add attributes with an error message about their removalMaximilian Bosch
With this change, expressions relying on those old LLVM versions will fail with a meaningful error message.
2020-01-30nixos/doc: add Mailman release notes for 20.03Alyssa Ross
2020-01-30rl-2003: fix typoworldofpeace
networkd on your mind 😜️
2020-01-30nixos/doc/xfce: claiify where xfce packages areworldofpeace
2020-01-30nixos/doc/xfce: mention thunar pluginsworldofpeace
2020-01-30nixos/doc/xfce: remove thunar volume mentionworldofpeace
This doesn't even make sense.
2020-01-30nixos/doc/xfce: drop polkit mentionworldofpeace
We install a polkit agent automatically no
2020-01-29nixos/display-managers/auto: removeworldofpeace
This module allows root autoLogin, so we would break that for users, but they shouldn't be using it anyways. This gives the impression like auto is some special display manager, when it's just lightdm and special pam rules to allow root autoLogin. It was created for NixOS's testing so I believe this is where it belongs.
2020-01-28nixos/release-notes: document gcc5 removalMaximilian Bosch
2020-01-28citrix_workspace_19_3_0: mark as unsupportedMaximilian Bosch
Will be unsupported within the lifespan of 20.03. Also there aren't any known issues that require this version as workaround, so a removal should be fairly safe.
2020-01-27nixos/doc: add a section mentioning GitHub team for nixos release managers ↵Danylo Hlynskyi
(#78625) * nixos/doc: add a section mentioning GitHub team for nixos release managers This team should be kept up-to-date with each release. Previously this info had to be grepped from appropriate Discourse thread. Co-authored-by: worldofpeace <worldofpeace@protonmail.ch>
2020-01-27Merge pull request #77826 from mmahut/fido2luksMarek Mahut
FIDO2 luks support
2020-01-23nixos/docs: Fix nixos-install --system command (#77719)Silvan Mosberger
nixos/docs: Fix nixos-install --system command
2020-01-22rl-2003.xml: adding note about FIDO2 luksMarek Mahut
2020-01-22doc: FIDO2 luks file systemMarek Mahut
2020-01-19Merge pull request #77950 from flokli/buildkite-3Florian Klink
nixos/buildkite-agent: move to v3
2020-01-19Merge pull request #77960 from jtojnar/declarative-check-modulesJan Tojnar
nixos/doc: suggest checking options for declarative package mgmt
2020-01-18Merge pull request #77690 from gnidorah/way-coolerworldofpeace
way-cooler: Remove