about summary refs log tree commit diff
path: root/nixos/doc/manual
Commit message (Collapse)AuthorAge
* sonarr: 3.0.10.1567 -> 4.0.0.748Steve Purcell2024-02-05
|
* Merge pull request #279997 from ShamrockLee/optparse-bash-dropWeijia Wang2024-02-05
|\ | | | | optparse-bash: drop
| * optparse-bash: dropYueh-Shun Li2024-01-13
| | | | | | | | | | | | | | | | | | | | | | | | Drop because - it seems abandoned by the upstream years ago[1]. - there are quite some nice alternatives[2] already available in Nixpkgs. [1]: https://github.com/nk412/optparse/commits/master/ [2]: https://github.com/shadawck/awesome-cli-frameworks#bashshell Co-authored-by: Anderson Torres <torres.anderson.85@protonmail.com>
* | Merge pull request #239785 from milibopp/neo4j-5.9.0Weijia Wang2024-02-05
|\ \ | | | | | | neo4j: 4.4.11 -> 5.9.0
| * | neo4j: 4.4.11 -> 5.9.0Emilia Bopp2024-01-05
| | |
* | | Merge pull request #284154 from PassiveLemon/ALVRh7x42024-02-02
|\ \ \ | | | | | | | | alvr: init at 20.6.1
| * | | nixos/alvr: init modulePassiveLemon2024-01-27
| | | |
* | | | Merge pull request #279677 from leona-ya/paperless-nltkAtemu2024-02-01
|\ \ \ \ | | | | | | | | | | nixos/paperless: use nltk_data package as NLTK data source
| * | | | nixos/paperless: use nltk_data package as NLTK data sourceLeona Maroni2024-02-01
| | | | | | | | | | | | | | | | | | | | nixos
* | | | | nixos/youtrack: rebuild module for 2023.x supportLeona Maroni2024-02-01
| | | | |
* | | | | nixos/pretalx: add 24.05 "new service" release notePeder Bergebakken Sundt2024-01-31
| | | | |
* | | | | Merge pull request #276547 from ambroisie/pyload-moduleh7x42024-01-30
|\ \ \ \ \ | | | | | | | | | | | | nixos/pyload: init module
| * | | | | nixos/pyload: document new moduleBruno BELANYI2024-01-23
| | | | | |
* | | | | | Merge pull request #277661 from appsforartists/handheld-daemonLuke Granger-Brown2024-01-30
|\ \ \ \ \ \ | | | | | | | | | | | | | | handheld-daemon: init at 1.1.0
| * | | | | | handheld-daemon: use kebab-case instead of camelCase for service nameBrenton Simpson2024-01-22
| | | | | | |
| * | | | | | handheld-daemon: init at 0.2.7Brenton Simpson2024-01-22
| | | | | | |
* | | | | | | Merge pull request #284109 from ambroisie/update-woodpeckerAdam C. Stephens2024-01-28
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | woodpecker-*: 1.0.5 -> 2.2.2
| * | | | | | | nixos: release notes for woodpecker updateBruno BELANYI2024-01-26
| | | | | | | |
* | | | | | | | Merge pull request #259196 from liff/mod/systemd-lock-handlerWill Fancher2024-01-27
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | nixos/systemd-lock-handler: init with corresponding package at 2.4.2
| * | | | | | | | nixos/systemd-lock-handler: initOlli Helenius2024-01-27
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge pull request #283972 from onny/nextcloud-settingsMaximilian Bosch2024-01-27
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | nixos/nextcloud: Rename extraOptions to settings
| * | | | | | | nixos/nextcloud: Rename extraOptions to settingsJonas Heinrich2024-01-26
| | | | | | | |
* | | | | | | | Merge pull request #276306 from ambroisie/aria2-rpc-secret-fileThomas Gerbet2024-01-27
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | nixos/aria2: implement 'rpcSecretFile'
| * | | | | | | | nixos/aria2: add release note for 'rpcSecretFile'Bruno BELANYI2024-01-25
| | | | | | | | |
* | | | | | | | | livebook: Use `mix release` to build instead of escriptPhilip Munksgaard2024-01-26
| |_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The current build of livebook does not work with the new [Livebook Teams](https://livebook.dev/teams/) features. The problem can be observed by running the current version of livebook, adding a new team and going to the team page. The process will crash and the team page will show a 500 error. The base of the problem is that the escript build method is not officially supported. This commit changes the livebook package to use the `mix release` workflow, which is also the one used to build the official Docker container. Unfortunately, the binary built with `mix release` does not support command line arguments like the `escript` binary does. Instead, users need to pass in most of the configuration as environment variables, as documented [here](https://hexdocs.pm/livebook/readme.html#environment-variables). As a result, this commit also changes the Livebook service to reflect this new way of configuring Livebook. Finally, the Livebook release configuration specifically excludes the ERTS (Erlang Runtime System), which means that the resulting release cannot run without Erlang installed. I have tested the results (both of the package and the service) locally.
* | | | | | | | Merge pull request #281424 from Cottand/nomad-173-166-1513maxine2024-01-26
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | | nomad: nomad_1_6 -> nomad_1_7, nomad_1_7: 1.7.2 -> 1.7.3. nomad_1_6: 1.6.5 -> 1.6.6, nomad_1_5: 1.5.12 -> 1.5.13, nomad_1_4: remove
| * | | | | | | nixos: release notes for nomad breaking changesCottand2024-01-24
| | | | | | | |
* | | | | | | | Merge pull request #283818 from ↵Will Fancher2024-01-25
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ElvishJerricco/revert-258680-network-online-x-multi-user nixos/systemd: Temporarily bring back multi-user -> network-online
| * | | | | | | | nixos/systemd: Temporarily bring back multi-user -> network-onlineWill Fancher2024-01-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There were several modules, critically including NetworkManager, which were not prepared for this change. Most of the change was good, however. Let's bring back the dependency and change the assertion to a warning for now.
* | | | | | | | | Merge pull request #274281 from RaitoBezarius/hebbot-moduleRyan Lahfa2024-01-25
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | nixos/hebbot: init
| * | | | | | | | nixos/hebbot: initRaito Bezarius2024-01-25
| | |_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | This is a NixOS module to support TWIM-style Matrix bots.
* | | | | | | | Merge pull request #246055 from Tom-Hubrecht/netbirdRyan Lahfa2024-01-25
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | nixos/netbird: Allow running multiple netbird networks in parallel
| * | | | | | | | nixos/netbird: Allow running multiple netbird networks in parallelTom Hubrecht2024-01-25
| | | | | | | | |
* | | | | | | | | nixos/release-notes: mention dnsdist DNSCrypt optionsrnhmjoj2024-01-25
| | | | | | | | |
* | | | | | | | | doc: Update manuals bespoke syntaxAlejandro Sanchez Medina2024-01-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | doc: add figure definition to bespoke syntax reference doc: add example definition to bespoke syntax reference doc: add footnote definition to beskpoke syntax reference The usage of footnotes in the manuals is not the one documented in markdown-it-py: https://python-markdown.github.io/extensions/footnotes/ doc: add inline comment definition to beskpoke syntax reference doc: add typographic replacements to beskpoke syntax reference doc: Fix rendering of bespoke syntax reference doc: remove references to DocBook in the NixOS manual doc: add entry on lack of HTML support doc: Minor improvement doc: update typographic replacements entry in beskpoke syntax reference doc: add link reference definitions to beskpoke syntax reference doc: fix footnote definition in beskpoke syntax reference doc: Minor improvements from code review Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io> Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io>
* | | | | | | | | Merge master into staging-nextgithub-actions[bot]2024-01-25
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge pull request #279852 from Madouura/pr/bcachefsJörg Thalheim2024-01-25
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | bcachefs: update comments, release-notes, only use IFS for bcachefs, update bcachefs-tools and module
| | * | | | | | | | | rl-2405: change note for bcachefs to be 'linuxPackages_latest'Madoura2024-01-16
| | | | | | | | | | |
* | | | | | | | | | | Merge master into staging-nextgithub-actions[bot]2024-01-25
|\| | | | | | | | | |
| * | | | | | | | | | Merge pull request #279923 from jopejoe1/sshfsLassulus2024-01-24
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / | |/| | | | | | | | | nixos/filesystems: set `system.fsPackages` for sshfs
| | * | | | | | | | | nixos/manual: update sshfs sectionjopejoe12024-01-10
| | | | | | | | | | |
* | | | | | | | | | | Merge master into staging-nextgithub-actions[bot]2024-01-24
|\| | | | | | | | | |
| * | | | | | | | | | Merge pull request #279511 from DanielSidhion/tigerbeetle-servicea-n-n-a-l-e-e2024-01-23
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / | |/| | | | | | | | | nixos/tigerbeetle: init module
| | * | | | | | | | | nixos/tigerbeetle: init moduleDS2024-01-19
| | | | | | | | | | |
* | | | | | | | | | | Merge master into staging-nextgithub-actions[bot]2024-01-24
|\| | | | | | | | | |
| * | | | | | | | | | Merge pull request #279285 from huantianad/jdtls-upgradekirillrdy2024-01-24
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | jdt-language-server: 1.26.0 -> 1.31.0, use upstream wrapper
| | * | | | | | | | | | jdt-language-server: 1.26.0 -> 1.31.0, use upstream wrapperhuantian2024-01-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: kirillrdy <kirillrdy@gmail.com>
| * | | | | | | | | | | rustdesk-server: init moduleppom2024-01-23
| | |_|_|_|_|/ / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge master into staging-nextgithub-actions[bot]2024-01-23
|\| | | | | | | | | |
| * | | | | | | | | | Merge pull request #281985 from bryango/inetutils-low-priorityh7x42024-01-23
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | | | inetutils: set priority lower than util-linux