about summary refs log tree commit diff
path: root/nixos/doc
Commit message (Collapse)AuthorAge
* nixos/release-notes: mention fix for predictable network-interfaces in initrdMaximilian Bosch2020-03-02
|
* Merge pull request #81473 from pacien/riot-no-phoning-home-release-notes-20-03Michele Guerini Rocco2020-03-02
|\ | | | | riot-web: mention incompatible config change in release notes
| * riot-web: mention incompatible config change in release notespacien2020-03-02
| | | | | | | | | | | | Mention the changes introduced in commit c9e5cca. GitHub: closes #81416
* | doc/xfce: remove trailing codeworldofpeace2020-03-01
| |
* | nixos/manual: add environment.systemPackages option in an exampleSuwon Park2020-02-29
| | | | | | The environment.systemPackages option lacks in the example which is used in the next paragraph to explain merging of the options defined by multiple modules.
* | Merge pull request #80666 from netixx/grafana-phantomhs2-optionalMaximilian Bosch2020-02-25
|\ \ | | | | | | grafana: made phantomjs2 optional
| * | grafana: made phantomjs2 optionalNetix (Espinet François)2020-02-25
| | | | | | | | | | | | | | | | | | On servers especially, phantomjs2 pulls graphical dependencies which is unecessary. This pathes enable the package to be linked/installed without phantomjs2. Phantomjs2 is disabled by default since it has been deprecated in grafana https://grafana.com/docs/grafana/latest/guides/whats-new-in-v6-4/
* | | nixos/manual: fix dates for support-plan of 20.09Maximilian Bosch2020-02-25
|/ /
* | Revert "Theming options for Gtk and Qt"worldofpeace2020-02-22
| |
* | nixos release process: use rev-list --count like Hydra does.Graham Christensen2020-02-22
| |
* | Merge pull request #71079 from gnidorah/themingMichele Guerini Rocco2020-02-21
|\ \ | |/ |/| Theming options for Gtk and Qt
| * nixos/doc: mention qt and gtk modulesgnidorah2020-02-21
| |
* | nixos/nixos-build-vms: switch to python test-driverMaximilian Bosch2020-02-15
| | | | | | | | | | | | | | | | | | | | | | | | 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.
* | rl-2009: typoworldofpeace2020-02-10
| |
* | 20.09 is Nightingaleworldofpeace2020-02-10
| |
* | Merge pull request #68897 from edolstra/masterEelco Dolstra2020-02-10
|\ \ | | | | | | Flake support
| * | nixos-{rebuild,container}: Use flakeref#attrpath syntaxEelco Dolstra2020-02-05
| | | | | | | | | | | | This makes them consistent with the 'nix' command line.
| * | nixos-rebuild: Use /etc/nixos/flake.nix if it existsEelco Dolstra2020-02-05
| | |
| * | nixos-version: Add --json flag and show system.configurationRevisionEelco Dolstra2020-02-05
| | |
| * | nixos-rebuild: Add --flake optionEelco Dolstra2020-02-05
| | |
* | | Merge pull request #78373 from serokell/yorickvp/buildkitesSilvan Mosberger2020-02-10
|\ \ \ | | | | | | | | nixos/buildkite-agents: support multiple buildkite agents
| * | | nixos/buildkite-agents: update release notesYorick van Pelt2020-02-10
| | | |
* | | | nixos: Fix build of manualaszlig2020-02-10
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | Merge pull request #77578 from m1cr0man/masterFlorian Klink2020-02-10
|\ \ \ | | | | | | | | Replace simp-le with lego and support DNS-01 challenge
| * \ \ nixos/acme: Update release note, remove redundant requiresLucas Savva2020-02-09
| |\ \ \ | | | |/ | | |/| | | | | Merge remote-tracking branch 'remotes/upstream/master'
| * | | nixos/acme: update release notes for 20.03Lucas Savva2020-02-09
| | | |
* | | | gcc-snapshot: removeMaximilian Bosch2020-02-09
| |/ / |/| | | | | | | | | | | | | | | | | 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`).
* | | doc: Add documentation for the new option to the Automatic Upgrades sectionDaniel Frank2020-02-08
| | |
* | | nixos/roundcube: add release notes for #77532Symphorien Gibol2020-02-05
| |/ |/|
* | sqldeveloper: {17.4.1.054.0712,18.2.0.183.1748} -> 19.4.0.354.1759Maximilian Bosch2020-02-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | manual.release-notes: qesteidutil is deprecatedMarek Mahut2020-02-03
| |
* | rl-2003: dnscrypt-proxy2worldofpeace2020-02-02
| |
* | oraclejdk8: document removals in the release notesMaximilian Bosch2020-02-02
| |
* | Merge pull request #78838 from worldofpeace/nm-doc-updateworldofpeace2020-02-01
|\ \ | | | | | | nixos/doc/network-manager: updates
| * | nixos/doc/network-manager: updatesworldofpeace2020-02-01
| | | | | | | | | | | | Fixes #71161
* | | Merge pull request #79054 from worldofpeace/geary-module-noteworldofpeace2020-02-01
|\ \ \ | | | | | | | | rl-2003: add note about Geary module
| * | | rl-2003: add note about Geary moduleworldofpeace2020-02-01
| | | |
* | | | rspamd: 1.9.4 -> 2.2Franz Pletz2020-02-01
| | | |
* | | | Merge pull request #78843 from rnhmjoj/ipv6-privacyLinus Heckemann2020-02-01
|\ \ \ \ | | | | | | | | | | nixos/networking-interfaces: change preferTempAddress to allow disabling temp addresses
| * | | | nixos/docs: document preferTempAddress -> tempAddress changernhmjoj2020-02-01
| | | | |
* | | | | Merge pull request #75439 from Ma27/submodule-fixes-for-nixos-optionMaximilian Bosch2020-02-01
|\ \ \ \ \ | | | | | | | | | | | | nixos/nixos-option: fix evaluator to render a full submodule entry
| * | | | | nixos/nixos-option: Convert --all into -rChuck2019-12-19
| | | | | |
* | | | | | Merge pull request #78839 from worldofpeace/update-xfce-docsworldofpeace2020-02-01
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | Update xfce docs
| * | | | | nixos/doc/xfce: claiify where xfce packages areworldofpeace2020-01-30
| | | | | |
| * | | | | nixos/doc/xfce: mention thunar pluginsworldofpeace2020-01-30
| | | | | |
| * | | | | nixos/doc/xfce: remove thunar volume mentionworldofpeace2020-01-30
| | | | | | | | | | | | | | | | | | | | | | | | This doesn't even make sense.
| * | | | | nixos/doc/xfce: drop polkit mentionworldofpeace2020-01-30
| | |_|/ / | |/| | | | | | | | | | | | | We install a polkit agent automatically no
* | | | | Merge pull request #78713 from vcunat/p/linux_5_4-defaultworldofpeace2020-01-31
|\ \ \ \ \ | |_|_|/ / |/| | | | linuxPackages: 4.19 -> 5.4
| * | | | nixos release notes: document linuxPackages updateVladimír Čunát2020-01-31
| | | | |
* | | | | llvm_{3,4}: re-add attributes with an error message about their removalMaximilian Bosch2020-01-30
| | | | | | | | | | | | | | | | | | | | | | | | | With this change, expressions relying on those old LLVM versions will fail with a meaningful error message.