about summary refs log tree commit diff
path: root/nixos/doc
Commit message (Collapse)AuthorAge
* Merge pull request #269551 from tejing1/nixos-stub-ldRobert Hensing2023-12-13
|\ | | | | nixos/stub-ld: init module
| * nixos/stub-ld: init moduleJeff Huffman2023-12-11
| |
* | Merge pull request #273384 from nbraud/doc/system-stateValentin Gagarin2023-12-13
|\ \ | | | | | | nixos/doc: Add chapter “necessary system state”
| * | nixos/doc/manual: Rework `nixos-state.section.md`nicoo2023-12-12
| | |
| * | nixos/doc/manual: Add `/var/lib/nixos` under “Necessary system state”nicoo2023-12-12
| | |
| * | nixos/doc: Add chapter “necessary system state”nicoo2023-12-12
| | | | | | | | | | | | Suggested in the discussion of #268995.
* | | nixos/iproute2: add release note for the backward compatibility caused by ↵Lin Yinfeng2023-12-12
| | | | | | | | | | | | stateless configuration
* | | Merge pull request #271506 from Misterio77/nginx-redirect-status-codeRyan Lahfa2023-12-12
|\ \ \
| * | | nixos/nginx: make redirect status code configurableGabriel Fontes2023-12-11
| | | | | | | | | | | | | | | | | | | | Add an option to configure which code globalRedirect and forceSSL use. It previously was always 301 with no easy way to override.
* | | | Merge master into staging-nextgithub-actions[bot]2023-12-10
|\ \ \ \
| * \ \ \ Merge pull request #272646 from onny/btrbk-stream-compressJonas Heinrich2023-12-10
| |\ \ \ \ | | | | | | | | | | | | nixos/btrbk: Add required stream_compress packages
| | * | | | nixos/btrbk: Add required stream_compress packagesJonas Heinrich2023-12-09
| | | | | |
| * | | | | Merge pull request #258424 from SuperSandro2000/nss-mdns-timeoutFlorian Klink2023-12-10
| |\ \ \ \ \ | | | | | | | | | | | | | | nixos/avahi-daemon: resolve mdns over only over ipv4
| | * | | | | nixos/avahi-daemon: resolve mdns only over enabled protocols, disable ipv6 ↵Sandro Jäckel2023-12-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | by default see https://github.com/lathiat/nss-mdns#:~:text=in%20such%20a%20situation%20causes%20long%20timeouts%20when%20resolving%20hosts especially: > libnss_mdns.so.2 resolves both IPv6 and IPv4 addresses, libnss_mdns4.so.2 only IPv4 addresses and > libnss_mdns6.so.2 only IPv6 addresses. Due to the fact that most mDNS responders only register local IPv4 > addresses via mDNS, most people will want to use libnss_mdns4.so.2 exclusively. Using libnss_mdns.so.2 > or libnss_mdns6.so.2 in such a situation causes long timeouts when resolving hosts since most modern > Unix/Linux applications check for IPv6 addresses first, followed by a lookup for IPv4.
| * | | | | | nixos-rebuild: Add nixos-rebuild replRobert Hensing2023-12-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Apologies to the non-flake users; your repl isn't quite as fancy, but at least evaluates your config exactly as you would expect, unlike flakes which are only evaluated impurely for now.
* | | | | | | Merge master into staging-nextgithub-actions[bot]2023-12-10
|\| | | | | |
| * | | | | | Merge pull request #272764 from tweag/anyBoolRobert Hensing2023-12-10
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | | lib.types.anyBool: init
| | * | | | | lib.types.boolByOr: initSilvan Mosberger2023-12-08
| | | |/ / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This type is necessary to have correct merging behavior for `allowUnfreePredicate` and `allowInsecurePredicate` Co-authored-by: Robert Hensing <roberth@users.noreply.github.com>
* | | | | | Merge branch 'master' into staging-nextWeijia Wang2023-12-08
|\| | | | |
| * | | | | Merge pull request #257503 from SuperSandro2000/postgres-extraPluginsRobert Hensing2023-12-08
| |\ \ \ \ \ | | |/ / / / | |/| | | | nixos/postgresql: take extraPlugins packageset from package option
| | * | | | Update nixos/doc/manual/release-notes/rl-2405.section.mdRobert Hensing2023-12-08
| | | | | |
| | * | | | nixos/doc: add changelog entry for postgres extraPlugins type changeSandro Jäckel2023-12-08
| | |/ / /
* | | | | Merge master into staging-nextgithub-actions[bot]2023-12-06
|\| | | |
| * | | | Merge pull request #213006 from Majiir/nutmaxine2023-12-05
| |\ \ \ \ | | |/ / / | |/| | | nixos/ups: add options for essential config files
| | * | | nixos/ups: add {users,upsmon,upsd} config optionsMajiir Paktu2023-12-02
| | | | |
* | | | | Merge master into staging-nextgithub-actions[bot]2023-12-05
|\| | | |
| * | | | Merge pull request #271343 from tweag/release-notes-stableAlejandro Sánchez Medina2023-12-05
| |\ \ \ \ | | | | | | | | | | | | Use stable Nixpkgs URLs in release notes
| | * | | | rl-2311: Use stable referencesSilvan Mosberger2023-12-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It's terrible how this is necessary, but it's better than using unstable URLs for now..
| | * | | | rl-2311: Minor ToC changeSilvan Mosberger2023-12-01
| | | | | | | | | | | | | | | | | | | | | | | | Was missed in https://github.com/NixOS/nixpkgs/pull/270984
* | | | | | Merge remote-tracking branch 'origin/master' into staging-nextFabián Heredia Montiel2023-12-04
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed conflict in pkgs/applications/graphics/krita/ krita: 5.1.5 -> 5.2.0 7a40fdc288e69ba94947c1c4ec29c0f24e461eef , and treewide: use kde mirror everywhere, don't use pname in download urls aa15f5066d695de4c4027bd8bdcf4cedcf58d058
| * | | | | Merge pull request #270522 from ↵Kerstin2023-12-04
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | schmittlauch/mastodon-streaming-processes-number-docs Proposal: nixos/mastodon; Releasenotes and (possibly) better error messages for `streamingProcesses`
| | * | | | | nixos/mastodon: clarify the need to set streamingProcessesTrolli Schmittlauch2023-12-04
| | |/ / / / | | | | | | | | | | | | | | | | | | Explicitly declaring that option is now necessary, but wasn't in the module shipped with 23.05.
| * | | / / qt6.qtmultimedia: Compile ffmpeg multimedia pluginKevin Puetz2023-12-03
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is now the default recommendation upstream for linux platforms > https://doc.qt.io/qt-6.6/qtmultimedia-index.html#ffmpeg-as-the-default-backend > In this release the FFmpeg framework is set as the default backend on > Windows, macOS, Android, and Linux except Yocto distribution. > The version shipped with Qt binary packages is FFmpeg 6.0 > and is tested by the maintainers. libXrandr is required to compile support QT_WINDOW_CAPTURE_BACKEND=x11
| * | | | nixos/manual: add entry for addDriverRunpathJonathan Ringer2023-12-03
| | |_|/ | |/| |
| * | | Merge pull request #271437 from martinetd/ankisyncd-deprecationWeijia Wang2023-12-03
| |\ \ \ | | | | | | | | | | ankisyncd: mark module as deprecated
| | * | | ankisyncd: mark module as deprecatedDominique Martinet2023-12-01
| | | | |
| * | | | Merge pull request #264331 from foo-dogsquared/add-nixos-guix-moduleWeijia Wang2023-12-03
| |\ \ \ \ | | | | | | | | | | | | nixos/guix: init
| | * | | | nixos/guix: initGabriel Arazas2023-12-01
| | |/ / /
| * | | | Merge pull request #259773 from dadada/dadada/luks-fido2-systemdJanik2023-12-03
| |\ \ \ \
| | * | | | nixos/doc: add documentation on using FIDO2 tokens in systemd stage1dadada2023-10-08
| | | | | |
* | | | | | Merge master into staging-nextgithub-actions[bot]2023-12-03
|\| | | | |
| * | | | | Merge pull request #268515 from NixOS/cinnamonBobby Rong2023-12-03
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | | Cinnamon 6.0
| | * | | | nixos/rl-2405: Mention Cinnamon 6.0 updateBobby Rong2023-12-02
| | | | | |
* | | | | | Merge master into staging-nextgithub-actions[bot]2023-12-02
|\| | | | |
| * | | | | Merge pull request #262133 from h7x4/cleanup-screen-modulePeder Bergebakken Sundt2023-12-02
| |\ \ \ \ \ | | | | | | | | | | | | | | nixos/screen: clean up module
| | * | | | | nixos/screen: clean uph7x42023-12-01
| | | |_|_|/ | | |/| | |
* | | | | | Merge master into staging-nextgithub-actions[bot]2023-12-02
|\| | | | |
| * | | | | nixos/clevis: initCamille Mondon2023-12-02
| | | | | | | | | | | | | | | | | | | | | | | | Co-Authored-By: Julien Malka <julien@malka.sh>
| * | | | | gitea: 1.20.5 -> 1.21.1techknowlogick2023-12-01
| | |_|_|/ | |/| | |
* | | | | Merge master into staging-nextgithub-actions[bot]2023-12-01
|\| | | |