about summary refs log tree commit diff
path: root/nixos/doc
AgeCommit message (Collapse)AuthorFilesLines
2024-01-04nixos/paperless: convert extraConfig to freeform typeSandro Jäckel1-0/+2
Co-authored-by: Atemu <atemu.main@gmail.com>
2024-01-02Merge pull request #277819 from majewsky/portunus-2.1.1Nick Cao1-1/+1
portunus: 2.0.0 -> 2.1.1
2023-12-31Merge pull request #266283 from Noodlesalat/ping-exporter-1.1.0Janik1-0/+2
ping_exporter: init at 1.1.0
2023-12-31portunus: 2.0.0 -> 2.1.1Stefan Majewsky1-1/+1
Changelog: <https://github.com/majewsky/portunus/releases/tag/v2.1.0> v2.1.1 only fixes a regression that v2.1.0 introduced.
2023-12-30mockgen: change upstream to uber-go forkMaxime Brunet1-0/+2
2023-12-29Merge pull request #273921 from SaltyKitkat/oomdWill Fancher1-0/+11
nixos/systemd: update oomd configuration
2023-12-29Merge pull request #212430 from onny/nextcloud-cleanupMaximilian Bosch1-0/+10
nixos/nextcloud: Move options into now freeForm extraOptions
2023-12-29Merge pull request #277442 from onny/ollamaJonas Heinrich1-0/+2
nixos/ollama: init
2023-12-29Merge pull request #277146 from majewsky/portunus-2.0.0Nick Cao1-0/+5
portunus: 1.1.0 -> 2.0.0
2023-12-29nixos/release-notes: more details about Nextcloud options renameMaximilian Bosch1-1/+9
* Explain why it was renamed (to match the format from `config.php`). * Show old and new name and link to the option in the options reference.
2023-12-29nixos/ollama: initJonas Heinrich1-0/+2
2023-12-29nixos/nextcloud: Move options into now freeForm extraOptionsJonas Heinrich1-0/+2
2023-12-28Merge pull request #276418 from katexochen/k9s/0-30-0Pierre Bourdon1-1/+4
k9s: 0.29.1 -> 0.30.4
2023-12-27portunus: 1.1.0 -> 2.0.0Stefan Majewsky1-0/+5
Changelog: <https://github.com/majewsky/portunus/releases/tag/v2.0.0>
2023-12-27Merge pull request #261789 from onny/rspamd-trainerYt1-0/+2
nixos/rspamd-trainer: init; rspamd-trainer: init at unstable-2023-11-27
2023-12-27nixos/rspamd-trainer: init; rspamd-trainer: init at unstable-2023-11-27Jonas Heinrich1-0/+2
2023-12-26kanata: mention breaking changes of v1.5.0Lin Jian1-0/+2
2023-12-24nixos/prometheus-ping-exporter: initNudelsalat1-0/+2
2023-12-24k9s: 0.29.1 -> 0.30.0Paul Meyer1-1/+4
2023-12-23Merge pull request #252790 from anthonyroussel/gns3-nixos-moduleMario Rodas1-0/+2
nixos/gns3-server: init
2023-12-22idris2: 0.6.0 -> 0.7.0Mathew Polzin1-0/+2
2023-12-21Merge pull request #275439 from RaghavSood/nitter/guest-accountsRaghav Sood1-0/+2
nitter: unstable-2023-10-31 -> unstable-2023-12-03 (guest accounts support)
2023-12-20Merge pull request #272946 from benaryorg/resolved_no_fallbackFlorian Klink1-0/+2
nixos/resolved: Allow upstream fallback override
2023-12-20nitter: document requirement for guest accountsRaghav Sood1-0/+2
2023-12-18Merge pull request #225513 from codedownio/julia-modulesNick Cao1-0/+2
Build arbitrary Julia package environments in Nixpkgs
2023-12-18Merge pull request #275028 from pacien/zfs-zed-sendmailRyan Lahfa1-0/+3
2023-12-17nixos/invidious: change default database user to invidiousSophie Tauchert1-0/+2
This makes sure we don't need any workarounds for running Invidious with a local PostgreSQL database. Changing the default user should be fine as the new init script for PostgreSQL automatically creates the new user and changes the existing database's owner to the new user. The old user will still linger and must be removed manually. See also: https://github.com/NixOS/nixpkgs/pull/266270
2023-12-17Merge pull request #272735 from katexochen/k9s/0-29Pascal Bach1-0/+2
k9s: 0.28.2 -> 0.29.1
2023-12-17nixos/zed: use global sendmail if configuredpacien1-0/+3
This simplifies the setup to receive emails from the ZFS Event Daemon by relying on the sendmail wrapper defined by other modules such as msmtp or Postfix. This is more similar to how other modules like smartd deal with email configuration. The user is no longer required to define and rebuild their own ZFS package to add email support. GitHub: closes https://github.com/NixOS/nixpkgs/issues/132464
2023-12-17Merge pull request #273219 from Lurkki14/tuxclocker-masterPierre Bourdon1-0/+2
tuxclocker: init at 1.4.0
2023-12-17nixos/tuxclocker: init moduleJussi Kuokkanen1-0/+2
2023-12-15nixos/resolved: changelog for fallbackDns changesbenaryorg1-0/+2
Signed-off-by: benaryorg <binary@benary.org>
2023-12-15Merge pull request #273858 from dotlambda/nextcloud28-initMaximilian Bosch1-0/+6
nextcloud28: init at 28.0.0, nextcloud27: 27.1.4 -> 27.1.5, nextcloud26: 26.0.9 -> 26.0.10
2023-12-14julia: add documentation to manual + release noteTom McLaughlin1-0/+2
2023-12-14Merge pull request #274110 from networkException/sysctl-net.core.wmem_maxLin Jian1-0/+2
nixos/{sysctl,caddy}: improvements for net.core.wmem_max
2023-12-15nixos/sysctl: use highest value on conflict for net.core.wmem_maxnetworkException1-0/+2
we previously defined a custom type for `boot.kernel.sysctl."net.core.rmem_max"` to resolve to the highest value set. this patch adds the same behavior to `"net.core.wmem_max"`. as this changes the type from a string to an integer, which is a breaking change this patch also includes a release note and updates the transmission module to use a number for `wmem_max`.
2023-12-14nixos/doc: include section for 24.05Maximilian Bosch1-0/+1
People are actively writing release notes already and with this it's ensured that the contents are actually valid. Also, when writing release notes for something, I'd like to be able to see a preview.
2023-12-14nixos/doc: mention nc28Maximilian Bosch1-0/+6
2023-12-14Merge pull request #267693 from nbraud/nixos/wpa_supplicant/umaskLinus Heckemann1-0/+8
nixos/wpa_supplicant: Ensure the generated config isn't world-readable
2023-12-14Merge pull request #270084 from Atemu/nixos/snapraid-top-levelLinus Heckemann1-1/+1
nixos/snapraid: remove from top-level
2023-12-14systemd/oomd: add release note for the backward incompatibilitySaltyKitkat1-0/+11
2023-12-13Merge pull request #269551 from tejing1/nixos-stub-ldRobert Hensing1-0/+4
nixos/stub-ld: init module
2023-12-13Merge pull request #273384 from nbraud/doc/system-stateValentin Gagarin5-0/+114
nixos/doc: Add chapter “necessary system state”
2023-12-12nixos/doc/manual: Rework `nixos-state.section.md`nicoo1-4/+14
2023-12-12nixos/doc/manual: Add `/var/lib/nixos` under “Necessary system state”nicoo1-5/+10
2023-12-12nixos/doc: Add chapter “necessary system state”nicoo5-0/+99
Suggested in the discussion of #268995.
2023-12-12nixos/iproute2: add release note for the backward compatibility caused by ↵Lin Yinfeng1-0/+6
stateless configuration
2023-12-12Merge pull request #271506 from Misterio77/nginx-redirect-status-codeRyan Lahfa1-0/+4
2023-12-11nixos/nginx: make redirect status code configurableGabriel Fontes1-0/+4
Add an option to configure which code globalRedirect and forceSSL use. It previously was always 301 with no easy way to override.
2023-12-11nixos/stub-ld: init moduleJeff Huffman1-0/+4