summary refs log tree commit diff
path: root/nixos/doc
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 #162271 from Infinisil/warn-no-typeRobert Hensing2022-03-16
|\ \ \ | | | | | | | | Throw an error for options without a type
| * | | lib/options: Throw error for options without a typeJanne Heß2022-02-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Makes all options rendered in the manual throw an error if they don't have a type specified. This is a follow-up to #76184 Co-Authored-By: Silvan Mosberger <contact@infinisil.com>
* | | | 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
|/ / / / /
* | | | | Merge pull request #154113 from pennae/systemd-escapingpennae2022-03-13
|\ \ \ \ \ | | | | | | | | | | | | nixos: add functions and documentation for escaping systemd Exec* directives
| * | | | | nixos: add functions and documentation for escaping systemd Exec* directivespennae2022-03-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | it's really easy to accidentally write the wrong systemd Exec* directive, ones that works most of the time but fails when users include systemd metacharacters in arguments that are interpolated into an Exec* directive. add a few functions analogous to escapeShellArg{,s} and some documentation on how and when to use them.
* | | | | | Merge pull request #163069 from helsinki-systems/feat/minor-stc-improvementsJanne Heß2022-03-13
|\ \ \ \ \ \ | | | | | | | | | | | | | | nixos/switch-to-configuration: Few minor/medium improvements
| * | | | | | nixos/switch-to-configuration: Fix reloading of stopped servicesJanne Heß2022-03-11
| | | | | | |
| * | | | | | nixos/switch-to-configuration: Ignore some unit keysJanne Heß2022-03-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some unit keys don't need to restart the service to make them effective. Reduce the amount of service restarts by ignoring these keys
* | | | | | | 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 #163443 from ncfavier/fix-types-packageRobert Hensing2022-03-11
|\ \ \ \ \ | | | | | | | | | | | | lib.types.package: only call toDerivation when necessary
| * | | | | lib.types.package: only call toDerivation when necessaryNaïm Favier2022-03-11
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The current logic assumes that everything that isn't a derivation is a store path, but it can also be something that's *coercible* to a store path, like a flake input. Unnecessary uses of `lib.toDerivation` result in errors in pure evaluation mode when `builtins.storePath` is disabled. Also document what a `package` is.
* | | | | 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
| | |/ / / / | |/| | | |
* | | | | | nixos/doc: improve wording in "Options Types" and "Option Declarations"Alexandru Scvortov2022-03-05
| | | | | |
* | | | | | Merge pull request #156858: nixos/polkit: don't enable by defaultpiegames2022-03-05
|\ \ \ \ \ \ | |/ / / / / |/| | | | |