summary refs log tree commit diff
path: root/nixos/doc
Commit message (Collapse)AuthorAge
* Merge master into staging-nextgithub-actions[bot]2023-11-11
|\
| * Merge pull request #264442 from anthonyroussel/update-url-redirectsK9002023-11-11
| |\ | | | | | | treewide: fix redirected and broken URLs
| | * treewide: fix redirected and broken URLsAnthony Roussel2023-11-11
| | | | | | | | | | | | Using the script in maintainers/scripts/update-redirected-urls.sh
| * | manual: Fix QEMU_NET_OPTS VM-side address.Niklas Hambüchen2023-11-11
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In my earlier commit manual: Don't suggest exposing VM port to local network. I made a side change titled Use `127.0.0.1` also on the VM side, otherwise connections to services that, in the VM, bind to `127.0.0.1` only (doing the safe approach) do not work. Unfortunately, that was wrong: QEMU inside the VM always communicates via the virtualised Ethernet interface, not via the VM's loopback interface. So trying to connect to `127.0.0.1` on the VM's side cannot work.
* | Merge master into staging-nextgithub-actions[bot]2023-11-11
|\|
| * prayer: removetu-maurice2023-11-10
| |
| * yarn-berry: 3.4.1 -> 4.0.1Pyrox2023-11-10
| | | | | | | | | | | | The only breaking change here is that Yarn drops support for NodeJS versions <18.12 Besides that, no major changes that I think deserve a mention
| * Merge pull request #160346 from mweinelt/hass-custom-everythingMartin Weinelt2023-11-11
| |\ | | | | | | home-assistant: custom components and lovelace modules
| | * nixos/rl-2311: mention new home-assistant module featuresMartin Weinelt2023-11-10
| | |
| * | manual: tests: Describe how to port-forward into test VMsNiklas Hambüchen2023-11-10
| | |
| * | manual: Don't suggest exposing VM port to local network.Niklas Hambüchen2023-11-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The setting QEMU_NET_OPTS="hostfwd=tcp::2222-:22" caused the VM's port 2222 to be advertised on the host as `0.0.0.0:2222`, thus anybody in the local network of the host could SSH into the VM. Instead, port-forward to localhost only. Use `127.0.0.1` also on the VM side, otherwise connections to services that, in the VM, bind to `127.0.0.1` only (doing the safe approach) do not work. See e.g. https://github.com/NixOS/nixpkgs/issues/100192 for more info why localhost listening is the best default.
* | | Merge remote-tracking branch 'origin/master' into HEADAlyssa Ross2023-11-10
|\| | | | | | | | | | | | | | Conflicts: pkgs/development/libraries/SDL2/default.nix
| * | Merge pull request #256226 from ElvishJerricco/systemd-stage-1-testing-backdoorRyan Lahfa2023-11-10
| |\ \
| | * | systemd-stage-1: Enable backdoor in nixos testsWill Fancher2023-11-09
| | | |
* | | | Merge master into staging-nextgithub-actions[bot]2023-11-10
|\| | |
| * | | doc: avoid 'simply' (#266434)Arnout Engelen2023-11-09
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | While the word 'simply' is usually added to encourage readers, it often has the opposite effect and may even appear condescending, especially when the reader runs into trouble trying to apply the suggestions from the documentation. It is almost always an improvement to simply drop the word from the sentence. (there are more possible improvements like this, we can apply those in separate PRs)
* | | Merge master into staging-nextgithub-actions[bot]2023-11-09
|\| |
| * | nixos/doc: release notes for `virtualisation.googleComputeImage.efi`Yang, Bo2023-11-08
| |/
* | Merge master into staging-nextgithub-actions[bot]2023-11-07
|\|
| * Merge pull request #230380 from graham33/feature/zwave-js-server_moduleMartin Weinelt2023-11-06
| |\ | | | | | | zwave-js: module init, zwave-js-server: init at 1.33.0
| | * zwave-js: module init, zwave-js-server: init at 1.33.0Graham Bennett2023-11-02
| | | | | | | | | | | | | | | Co-authored-by: Martin Weinelt <mweinelt@users.noreply.github.com> Co-authored-by: h7x4 <h7x4@nani.wtf>
* | | Merge master into staging-nextgithub-actions[bot]2023-11-03
|\| |
| * | Merge pull request #264787 from katexochen/feat/xkb-extralayoutsMichele Guerini Rocco2023-11-03
| |\ \ | | | | | | | | nixos/x11: move extraLayouts into xkb attrset
| | * | nixos/x11: move extraLayouts into xkb attrsetPaul Meyer2023-11-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [Motivation](NixOS#257817 (comment)) `extraLayouts` was missed in #259891, so moving it to the other xkb options with this PR. Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
| * | | Merge pull request #264292 from ↵Rick van Schijndel2023-11-03
| |\ \ \ | | | | | | | | | | | | | | | | | | | | the-furry-hubofeverything/blender-withPackages-test blender: allow functional declaration within withPackages
| | * | | blender: allow functional declaration within withPackagesthe-furry-hubofeverything2023-11-02
| | | |/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Based on #257780, separated since it introduces significant changes. bpycv: update passthru.tests.render blender-with-packages: deprecated it is still backwards compatible, but no longer preferred.
* | | | Merge master into staging-nextgithub-actions[bot]2023-11-03
|\| | |
| * | | elixir: make 1.15 default and pin existing pkgs to 1.14Alexandru Scvortov2023-11-02
| | | |
* | | | Merge master into staging-nextgithub-actions[bot]2023-11-02
|\| | |
| * | | Merge pull request #262781 from Janik-Haag/woodpeckerJanik2023-11-02
| |\ \ \ | | |/ / | |/| | nixos/woodpecker-server: change type of environmentFile to list of paths
| | * | nixos/woodpecker-server: change type of environmentFile to list of pathsJanik H.2023-10-31
| | | |
* | | | Merge master into staging-nextgithub-actions[bot]2023-10-31
|\| | |
| * | | Merge pull request #264584 from Ma27/drop-privacyideaRobin Gloster2023-10-31
| |\ \ \ | | | | | | | | | | privacyidea: remove
| | * | | privacyidea: removeMaximilian Bosch2023-10-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Related to #262907 (Django3 removal from nixpkgs). This package already required an unreasonable amount of maintenance regularly for a such small leaf-package. It has a few highly outdated dependencies (e.g. flask 1, jinja2 2.11, sqlalchemy 1.3). After at least each Python package-set update one had to fix up a lot of dependencies to fix the package itself, so it was only useful on stable branches. And having so much outdated software in a security-sensitive piece of software seems questionable. Finally, globin and I won't be available for maintaining this now that Mayflower is migrating to another solution (and we'll do that as well) and I'd expect this to bitrot extremely quick if we both bail out.
| * | | | Merge pull request #259765 from 70m6/bugfix/bitcoind-enableK9002023-10-31
| |\ \ \ \ | | | | | | | | | | | | bugfix/bitcoind-enable
| | * | | | bitcoind: only use enabled servicesTom Barrett2023-10-31
| | | | | |
| * | | | | Merge pull request #264564 from nikstur/repart-image-builder-docs-in-manualnikstur2023-10-31
| |\ \ \ \ \ | | | | | | | | | | | | | | nixos/image: move repart image builder docs into manual
| | * | | | | nixos/image: move docs into manualnikstur2023-10-31
| | | |/ / / | | |/| | |
| * | | | | Merge pull request #258207 from aaronjheng/cassandraMario Rodas2023-10-31
| |\ \ \ \ \ | | |/ / / / | |/| | | | cassandra: use cassandra_4
| | * | | | cassandra: use cassandra_4Aaron Jheng2023-10-31
| | | | | |
* | | | | | Merge master into staging-nextgithub-actions[bot]2023-10-31
|\| | | | |
| * | | | | livebook: add systemd user service, test, and docsAlexandru Scvortov2023-10-31
| |/ / / / | | | | | | | | | | | | | | | Co-authored-by: Yt <happysalada@tuta.io>
* | | | | Merge master into staging-nextgithub-actions[bot]2023-10-31
|\| | | |
| * | | | postgresql_11: removeMaximilian Bosch2023-10-30
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As described in the release lifecycle docs from postgresql[1], v11 will stop receiving fixes as of Nov 9 2023. This means it's EOL throughout the entire lifetime of 23.11, so let's drop it now. A lot of examples are also referencing postgresql_11. Where it's sensible, use postgresql_15 as example now to avoid confusion. This is also handy because the LLVM 16 fix for postgresql is not available for postgresql 11 ;-) [1] https://www.postgresql.org/support/versioning/
* | | | Merge branch 'master' into staging-nextVladimír Čunát2023-10-30
|\| | |
| * | | Merge pull request #245855 from rnhmjoj/pr-sslhMichele Guerini Rocco2023-10-29
| |\ \ \ | | | | | | | | | | nixos/sslh: update and refactor for RFC42
| | * | | nixos/release-notes: mention sslh changesrnhmjoj2023-10-29
| | | | |
| * | | | Merge pull request #261870 from emilylange/drop-chromium-beta-devEmily2023-10-29
| |\ \ \ \ | | | | | | | | | | | | chromium{Beta,Dev},google-chrome-{beta,dev}: drop
| | * | | | chromium{Beta,Dev},google-chrome-{beta,dev}: dropemilylange2023-10-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is mainly due to the lack of maintenance in nixpkgs. `google-chrome-{beta,dev}` depend on `chromium{Beta,Dev}`'s version info. `chromium{Beta,Dev}` are rarely updated and explicitly blocklisted by `hydra.nixos.org`, meaning they are almost always outdated and not cached in `cache.nixos.org`. `chromium{Beta,Dev}` were intended to fix the build derivation of each new major release (if something broke) *before* stable reached that new major release. Allowing for fast bumps in nixpkgs, especially if the stable bump contains very important critical security fixes. Something that can easily be replicated by using an early-stable release or by manually entering a dev/beta version string in stable's `upstream-info.nix`. This resolves exposing end-users to outdated and vulnerable `google-chrome-{beta,dev}` and `chromium{Beta,Dev}` versions.
| * | | | | luarocks-packages-update: init (#262156)Matthieu Coudron2023-10-29
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * luarocks-packages-updater: init Goal is to make it possible to maintain out-of-tree luarocks packages without needing to clone nixpkgs. maintainers/scripts/update-luarocks-packages gets renamed to pkgs/development/lua-modules/updater/updater.py Once merged you can run for instance nix run nixpkgs#luarocks-packages-updater -- -i contrib/luarocks-packages.csv -o contrib/generated-packages.nix I also set the parallelism (--proc) to 1 by default else luarocks fails because of https://github.com/luarocks/luarocks/issues/1540 * Update maintainers/scripts/pluginupdate.py Co-authored-by: Marc Jakobi <mrcjkb89@outlook.com> --------- Co-authored-by: Marc Jakobi <mrcjkb89@outlook.com>