summary refs log tree commit diff
path: root/nixos/doc/manual/from_md/release-notes
Commit message (Collapse)AuthorAge
* Merge pull request #164330 from Luflosi/fix-tor-client-disableSandro2022-03-20
|\
| * nixos/tor: fix services.tor.client.enable = false not workingLuflosi2022-03-15
| | | | | | | | | | If `services.tor.client.enable` is set to false (the default), the `SOCKSPort` option is not added to the torrc file but since Tor defaults to listening on port 9050 when the option is not specified, the tor client is not actually disabled. To fix this, simply set `SOCKSPort` to 0, which disables the client. Use `mkForce` to prevent potentially two different `SOCKSPort` options in the torrc file, with one of them being 0 as this would cause Tor to fail to start. When `services.tor.client.enable` is set to false, this should always be disabled.
* | Merge pull request #163860 from delroth/synapse-rl-fixpennae2022-03-20
|\ \ | | | | | | matrix-synapse: fix release notes and doc for #158605 changes
| * | matrix-synapse: fix release notes and doc for #158605 changesPierre Bourdon2022-03-12
| | |
* | | unifi: unifi6 -> unifi7pennae2022-03-18
| | |
* | | _7zz: correct license (#163999)j-k2022-03-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * _7zz: correct license and remove p7zip dependency The code under Compress/Rar* is licensed under a specific unRAR license Also Compress/LzfseDecoder.cpp is covered by BSD3 The unRAR code is removed from the `.tar.xz` since the license posits you agree or remove the code from your hard drive This adds some complexity to updating 7zz so there is also an update script Meta has been updated and tweaked Source is now downloaded from sourceforge in the `.tar.xz` version to avoid depending on p7zip * _7zz: add notice of the license updates and optional unRAR licenced code
* | | nixos/doc/rl-22.05: add changelog entry for modprobe changesLuflosi2022-03-17
| | | | | | | | | | | | Add a changelog entry for the changes in 3dc6fab5c9362db2cf079ffa15f2b62b05001747.
* | | Revert "nixos/modprobe: add boot.initrd.extraModprobeConfig option"Luflosi2022-03-17
| | | | | | | | | | | | This reverts commit 1c58cdbeed880e99d816c234a954d4cdfc073b6c, since this change was made redundant by 3dc6fab5c9362db2cf079ffa15f2b62b05001747 and in https://github.com/NixOS/nixpkgs/pull/145013 we decided to revert this commit.
* | | Merge pull request #164268 from MrMebelMan/update/kratosPavol Rusnak2022-03-16
|\ \ \ | | | | | | | | kratos: 0.8.0-alpha.3 -> 0.8.3-alpha.1.pre.0
| * | | kratos: 0.8.0-alpha.3 -> 0.8.3-alpha.1.pre.0Vladyslav Burzakovskyy2022-03-15
| | |/ | |/|
* | | Merge pull request #154004 from illustris/hadoopArtturi2022-03-16
|\ \ \
| * | | nixos/hadoop: add release notesillustris2022-03-11
| | | |
* | | | Merge pull request #160075 from ConnorBaker/spark_3_2_1Silvan Mosberger2022-03-16
|\ \ \ \ | | | | | | | | | | spark: init 3.2.1 and test on aarch64-linux
| * | | | spark: update release notes for 22.05Connor Baker2022-03-10
| | | | |
* | | | | Merge pull request #162535 from astro/pacemakerRyan Mulligan2022-03-15
|\ \ \ \ \ | |_|_|/ / |/| | | | pacemaker: init
| * | | | nixos/tests/pacemaker: initAstro2022-03-09
| |/ / /
* | | | Merge pull request #164050 from LunNova/lunnova/disable-lucida-bitmap-fontsMichele Guerini Rocco2022-03-15
|\ \ \ \ | | | | | | | | | | Remove ancient unfree bitmap fonts from fonts.defaultXFonts
| * | | | nixos/fonts: Document removal of ancient bitmap fonts from default configLuna Nova2022-03-13
| | | | |
* | | | | nixos/doc/rl-22.05: mention nvidia va-api additionsJonathan Ringer2022-03-14
|/ / / /
* | | | nixos/systembus-notify: add support for system services notifying usersPeter Hoeg2022-03-13
| | | |
* | | | Merge pull request #163673 from lukegb/pomeriumLuke Granger-Brown2022-03-13
|\ \ \ \ | | | | | | | | | | pomerium: 0.15.7 -> 0.17.0
| * | | | pomerium: note changes in packaging in 22.05 release notesLuke Granger-Brown2022-03-11
| | | | |
* | | | | Merge pull request #159865 from midchildan/update/epgstationKevin Cox2022-03-12
|\ \ \ \ \ | |_|_|_|/ |/| | | | epgstation: 1.7.5 -> 2.6.20
| * | | | nixos/rl-2205: fix invalid linkmidchildan2022-03-12
| | | | |
| * | | | nixos/rl-2205: add entries for EPGStation v2midchildan2022-03-12
| |/ / /
* | | | Merge pull request #163454 from flokli/iptables-nft-legacy-more-rlFlorian Klink2022-03-12
|\ \ \ \ | |/ / / |/| | | nixos/doc: update rl-2111 w.r.t. iptables-nft migration
| * | | nixos/doc: update rl-2111 w.r.t. iptables-nft migrationFlorian Klink2022-03-09
| | |/ | |/| | | | | | | | | | | | | | | | Follow-up on https://github.com/NixOS/nixpkgs/pull/161426. Explain why having legacy iptables rules installed can lead to confusing firewall behaviour, and provide some guidance on how to fix this.
* | | Merge pull request #163009 from scvalex/nbd-servicepennae2022-03-11
|\ \ \ | | | | | | | | nbd: add nbd service and test
| * | | nbd: add programs.nbd, services.nbd, and testAlexandru Scvortov2022-03-09
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes: nbd: Update nixos/modules/services/networking/nbd.nix Co-authored-by: pennae <82953136+pennae@users.noreply.github.com> nbd: Update nixos/modules/services/networking/nbd.nix Co-authored-by: pennae <82953136+pennae@users.noreply.github.com> nbd: Update nixos/tests/nbd.nix Co-authored-by: pennae <82953136+pennae@users.noreply.github.com> nbd: generalize options in nbd service nbd: harden service nbd: Update nixos/modules/services/networking/nbd.nix Co-authored-by: pennae <82953136+pennae@users.noreply.github.com> nbd: Update nixos/modules/services/networking/nbd.nix Co-authored-by: pennae <82953136+pennae@users.noreply.github.com> nbd: refactor code a bit and BindPaths automatically
* | | Merge pull request #159986 from NukaDuka/pve_exporterMartin Weinelt2022-03-10
|\ \ \ | |_|/ |/| |
| * | nixos/prometheus-pve-exporter: init at 2.2.2Kartik Gokte2022-03-02
| | |
* | | Merge pull request #157923 from tim-tx/update/dendrite-0.6.0Sandro2022-03-08
|\ \ \
| * | | dendrite: 0.5.1 -> 0.6.5tim-tx2022-03-05
| | |/ | |/|
* | | Merge pull request #162866 from euank/k3s-unified-cgroupsSandro2022-03-08
|\ \ \
| * | | nixos/k3s: use the systemd driver for docker + unified cgroupsEuan Kemp2022-03-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This is necessary for it to work at all. The single-node-docker test will fail without this change. Also add a release note for it.
* | | | Merge pull request #161701 from RyanGibb/zsh-autosuggest-strategy-arrayArtturi2022-03-08
|\ \ \ \ | |_|/ / |/| | |
| * | | nixos/zsh-autosuggestions: ZSH_AUTOSUGGEST_STRATEGY arrayRyan Gibb2022-03-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | zsh-autosuggestions supports having fallback strategies expressed through the ZSH_AUTOSUGGEST_STRATEGY array. For example, `ZSH_AUTOSUGGEST_STRATEGY=(history completion)`. We should also support this.
* | | | Merge pull request #158605 from mweinelt/synapse-rfc42piegames2022-03-05
|\ \ \ \ | | | | | | | | | | nixos/matrix-synapse: migrate to rfc42 settings and formatter
| * | | | nixos/doc/2205: explain matrix-synapse rfc42 migrationMartin Weinelt2022-03-04
| | |/ / | |/| |
* | | | Merge pull request #156858: nixos/polkit: don't enable by defaultpiegames2022-03-05
|\ \ \ \ | |/ / / |/| | |
| * | | nixos/polkit: don't enable by defaultMartin Weinelt2022-01-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | SUID wrappers really shouldn't be enabled by default, unless a consumer relies on them. So in my opinion this falls upon the desktop environments if needed or a user to explicltly enable this if wanted. Most desktop environments and services like CUPS already enable polkit by default, that should really be sufficient.
* | | | nixos/snowflake-proxy: initYaya2022-03-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit introduces snowflake-proxy [1], a system to circumvent internet censorship. [1] https://snowflake.torproject.org/
* | | | Merge pull request #161401 from yurrriq/kops-1.22.4Sandro2022-03-03
|\ \ \ \
| * | | | kops: 1.22.2 -> 1.22.4Eric Bailey2022-02-22
| | | | |
* | | | | Remove F-PROT package and service module (EoL) (#160372)Renaud2022-03-02
| | | | |
* | | | | release-notes: mention pgadminMaciej Krüger2022-02-26
| | | | |
* | | | | nixos/doc: add release note for makeDesktopItem changesK9002022-02-25
| | | | |
* | | | | Merge pull request #161193 from Mic92/bird10x4A6F2022-02-25
|\ \ \ \ \ | | | | | | | | | | | | bird: drop bird1 package & modules; hardening
| * | | | | bird1: drop package + modulesJörg Thalheim2022-02-25
| | |_|/ / | |/| | | | | | | | | | | | | reason: no longer maintained upstream.
* | | | | Merge pull request #148257 from zseri/opt-disable-avahi-geoclueSandro2022-02-25
|\ \ \ \ \ | |/ / / / |/| | | |