about summary refs log tree commit diff
path: root/nixos/doc
Commit message (Collapse)AuthorAge
* Merge master into haskell-updatesgithub-actions[bot]2022-03-16
|\
| * 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 master into haskell-updatesgithub-actions[bot]2022-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 master into haskell-updatesgithub-actions[bot]2022-03-13
|\| | | |
| * | | | 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 remote-tracking branch 'origin/master' into haskell-updatessternenseemann2022-03-11
|\| | | |
| * | | | 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 master into haskell-updatesgithub-actions[bot]2022-03-11
|\| | | |
| * | | | Merge pull request #159986 from NukaDuka/pve_exporterMartin Weinelt2022-03-10
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | nixos/prometheus-pve-exporter: init at 2.2.2Kartik Gokte2022-03-02
| | | | |
* | | | | haskell.compiler: ghc921 -> ghc922sternenseemann2022-03-09
|/ / / / | | | | | | | | | | | | https://www.haskell.org/ghc/download_ghc_9_2_2.html
* | | | 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
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | 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/
* | | | | nixos/switch-to-configuration: Document and test socket-activated servicesJanne Heß2022-03-03
| | | | |
* | | | | 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
| | | | | |
* | | | | | lib.types: Introduce `types.optionType`Silvan Mosberger2022-03-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This type correctly merges multiple option types together while also annotating them with file information. In a future commit this will be used for `_module.freeformType`
* | | | | | pkgs-lib: Implement settings format for ElixirMinijackson2022-02-28
| | | | | |
* | | | | | release-notes: mention pgadminMaciej Krüger2022-02-26
| | | | | |
* | | | | | nixos/doc: add release note for makeDesktopItem changesK9002022-02-25
| | | | | |