summary refs log tree commit diff
path: root/nixos/doc/manual/release-notes/rl-1909.xml
Commit message (Collapse)AuthorAge
* doc/rl-1909: fix languageDavid Kleuker2019-11-15
| | | (#71516)
* nixos release notes: interfaces might get renamedVladimír Čunát2019-10-20
| | | | Fixes #71086.
* rl-1909: add note for bluemanworldofpeace2019-10-20
|
* release-notes 19.09: removal of non-LTS kernel attrsDima2019-10-20
| | | | | | | | | Even though the release obviously already happened, I think it might still make sense to add a short note about the attributes not being supported any longer (and going forward). (cherry picked from commit 7163d3a9df35904d0c9acc9f643fd70ee3108539) (cherry picked from commit a64b8c3c191af1317cfdc1ea4f4e5f881c4cf503)
* Fix typo in 19.09 release notesArian van Putten2019-10-14
|
* rl-1909: brief package version changesworldofpeace2019-10-09
|
* Revive systemd.coredump.enableEelco Dolstra2019-10-07
|
* 19.09 notes: document timesyncd issueLinus Heckemann2019-10-07
| | | | See #64922.
* Merge pull request #69302 from mayflower/networkd-disallow-dhcpLinus Heckemann2019-10-07
|\ | | | | networkd: disallow useDHCP
| * Merge branch 'master' into networkd-disallow-dhcpRobin Gloster2019-09-25
| |\
| * | networking.useDHCP: add release notes and docsRobin Gloster2019-09-24
| | |
* | | nodejs-11_x: removeMaximilian Bosch2019-10-03
| | | | | | | | | | | | | | | | | | Package is EOLed by upstream: https://github.com/nodejs/Release Fixes #69008
* | | corebird: move deprecation warning to aliases and release notesTrolli Schmittlauch2019-10-03
| |/ |/|
* | nixos/gitlab: Document the restriction introduced on statePathtalyz2019-09-23
| | | | | | | | | | | | | | | | | | The state path now, since the transition from initialization in preStart to using systemd-tmpfiles, has the following restriction: no parent directory can be owned by any other user than root or the user specified in services.gitlab.user. This is a potentially breaking change and the cause of the error isn't immediately obvious, so document it both in the release notes and statePath description.
* | nixos/gitlab: Mention secret option transition in release notestalyz2019-09-23
|/ | | | | Document the breaking secret option transition from literal secrets to file-based ones.
* Revert "nixos/doc: re-format"Eelco Dolstra2019-09-19
| | | | | This reverts commit ea6e8775bd69e4676c623a85c39f1da540d29ad1. The new format is not an improvement.
* nixos/doc: re-formatJan Tojnar2019-09-18
|
* citrix-receiver: decomission in favor of citrix-workspace.obadz2019-09-14
| | | | Already documented in #64645
* nixos/xterm: stateVersion disable by defaultworldofpeace2019-09-09
|
* postgresql_9_4: Remove packageadisbladis2019-09-07
| | | | It's only supported until February 13, 2020 which is during the 19.09 life cycle.
* nixos/prometheus: remove prometheus1 module, rename prometheus2WilliButz2019-09-06
| | | | | Prometheus 1 is no longer supported, instead 'services.prometheus' now configures the Prometheus 2 service.
* Merge pull request #67585 from worldofpeace/system-config-printerworldofpeace2019-09-06
|\ | | | | nixos/system-config-printer: init
| * rl-1909: note about system-config-printerworldofpeace2019-09-06
| |
* | elk-stack: Add release note about elk-5 stack removaladisbladis2019-09-06
| |
* | rl-1909: make services.gnome3 links sensibleworldofpeace2019-09-06
|/
* weechatScripts.weechat-xmpp: removeMaximilian Bosch2019-09-05
| | | | | | | This plugin is fairly outdated and depends on python2 libraries that don't receive any updates either (xmpppy for instance[1]). [1] https://pypi.org/project/xmpppy/
* nixos/manual: Fix build after broken Ceph release noteSarah Brofeldt2019-09-04
|
* ceph: 13.2.4 -> 14.2.1Johan Thomsen2019-09-04
| | | | | | | | | | | | * remove kinetic * release note * add johanot as maintainer nixos/ceph: create option for mgr_module_path - since the upstream default is no longer correct in v14 * fix module, default location for libexec has changed * ceph: fix test
* Merge pull request #55510 from florianjacob/declarative-printersSilvan Mosberger2019-09-03
|\ | | | | nixos/printers: declarative configuration
| * nixos/printers: declarative configurationFlorian Jacob2019-09-01
| |
* | Merge pull request #67522 from worldofpeace/gnome3/harmonize-defaultsworldofpeace2019-09-01
|\ \ | | | | | | Harmonize Gnome3 Defaults
| * | rl-1909: note changes to gnome3 defaultsworldofpeace2019-09-01
| | |
| * | rl-1909: note gnome3 profile style optionsworldofpeace2019-09-01
| | |
* | | nixos/desktop-managers/xterm: Disable by defaultadisbladis2019-09-01
| | | | | | | | | | | | | | | It's a confusing default for some display managers that will default to it even when you have defined another display manager.
* | | release-notes: add altcoins removal noteWilliam Casarin2019-09-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Release notes for #67687 (bc08b42da4dbdc1c66385bab7a2eae2935e055c0) [1] Related issue: #25025 [2] [1] https://github.com/NixOS/nixpkgs/issues/67687 [2] https://github.com/NixOS/nixpkgs/issues/25025 Suggested-by: @mmahut Signed-off-by: William Casarin <jb55@jb55.com>
* | | nixos/redis: add changelog for #67768Florian Klink2019-09-01
| | |
* | | nixos/redis: unbreak moduleFlorian Klink2019-09-01
| |/ |/| | | | | | | | | | | | | | | | | | | | | The redis module currently fails to start up, most likely due to running a chown as non-root in preStart. While at it, I hardcoded it to use systemd's StateDirectory and DynamicUser to manage directory permissions, removed the unused appendOnlyFilename option, and the pidFile option. We properly tell redis now it's daemonized, and it'll use notify support to signal readiness.
* | rl-1909: add note about default emoji fontworldofpeace2019-09-01
| |
* | Merge pull request #67840 from flokli/systemd-sysctl-sysrq-rlFlorian Klink2019-09-01
|\ \ | | | | | | release-notes: mention restricted SysRq key combinations
| * | release-notes: mention restricted SysRq key combinationsFlorian Klink2019-08-31
| |/ | | | | | | This was missing from #66482.
* / crashplan, crashplan-small-business: remove pkg and moduleMarti Serra2019-09-01
|/
* nixos/fontconfig-penultimate: disable by defaultworldofpeace2019-08-30
| | | | | | | | | It currently lacks an emoji font-family which means it has to be disabled for them to function [0]. Additionally it's fallen out of necessity to ship custom font rendering settings (as far as I'm aware of). [0]: https://github.com/NixOS/nixpkgs/pull/67215
* nixos/release-notes: fix indentationedef2019-08-30
|
* emacsPackages: Drop old emacsPackages (non-NG) setsadisbladis2019-08-30
| | | | These have been deprecated for a long time now and has not seen much maintenance.
* rl-1909.xml: fix XML syntax error that broke the NixOS manualPeter Simons2019-08-29
|
* Fix letsencrypt (#60219)Arian van Putten2019-08-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * nixos/acme: Fix ordering of cert requests When subsequent certificates would be added, they would not wake up nginx correctly due to target units only being triggered once. We now added more fine-grained systemd dependencies to make sure nginx always is aware of new certificates and doesn't restart too early resulting in a crash. Furthermore, the acme module has been refactored. Mostly to get rid of the deprecated PermissionStartOnly systemd options which were deprecated. Below is a summary of changes made. * Use SERVICE_RESULT to determine status This was added in systemd v232. we don't have to keep track of the EXITCODE ourselves anymore. * Add regression test for requesting mutliple domains * Deprecate 'directory' option We now use systemd's StateDirectory option to manage create and permissions of the acme state directory. * The webroot is created using a systemd.tmpfiles.rules rule instead of the preStart script. * Depend on certs directly By getting rid of the target units, we make sure ordering is correct in the case that you add new certs after already having deployed some. Reason it broke before: acme-certificates.target would be in active state, and if you then add a new cert, it would still be active and hence nginx would restart without even requesting a new cert. Not good! We make the dependencies more fine-grained now. this should fix that * Remove activationDelay option It complicated the code a lot, and is rather arbitrary. What if your activation script takes more than activationDelay seconds? Instead, one should use systemd dependencies to make sure some action happens before setting the certificate live. e.g. If you want to wait until your cert is published in DNS DANE / TLSA, you could create a unit that blocks until it appears in DNS: ``` RequiredBy=acme-${cert}.service After=acme-${cert}.service ExecStart=publish-wait-for-dns-script ```
* Merge pull request #67626 from worldofpeace/xfce4-14-docworldofpeace2019-08-28
|\ | | | | rl-1909: add note about Xfce 4.14
| * rl-1909: add note about Xfce 4.14worldofpeace2019-08-28
| |
* | nixos/treewide: drop dependencies to `keys.target`Maximilian Bosch2019-08-27
|/ | | | | | | | | | | | | | | | | | | | | | | | | The `keys.target` is used to indicate whether all NixOps keys were successfully uploaded on an unattended reboot. However this can cause startup issues e.g. with NixOS containers (see #67265) and can block boots even though this might not be needed (e.g. with a dovecot2 instance running that doesn't need any of the NixOps keys). As described in the NixOps manual[1], dependencies to keys should be defined like this now: ``` nix { systemd.services.myservice = { after = [ "secret-key.service" ]; wants = [ "secret-key.service" ]; }; } ``` However I'd leave the issue open until it's discussed whether or not to keep `keys.target` in `nixpkgs`. [1] https://nixos.org/nixops/manual/#idm140737322342384
* nixos/pdns-recursor: implement a `settings` option (#67251)Silvan Mosberger2019-08-27
|\ | | | | nixos/pdns-recursor: implement a `settings` option