about summary refs log tree commit diff
path: root/nixos/doc/manual
AgeCommit message (Collapse)AuthorFilesLines
2024-05-01Merge pull request #306595 from RaitoBezarius/nc29Maximilian Bosch1-3/+6
nextcloud29: init at 29.0.0, nextcloud27: 27.1.8 -> 27.1.9, nextcloud28: 28.0.4 -> 28.0.5
2024-05-01Merge pull request #305951 from Ma27/nix-unstable-testingMaximilian Bosch1-0/+4
nixVersions.unstable: build from master, re-init at 2.22.0.pre20240321_6fd2f42c
2024-05-01nixos/nextcloud: document known warningsMaximilian Bosch1-0/+1
2024-05-01nextcloud26: removeMaximilian Bosch1-0/+2
2024-04-30nixos/release-notes: mention breaking changes for kanata 1.6.0Lin Jian1-1/+1
2024-04-29Merge pull request #307731 from flokli/revert-dbus-broker-defaultFlorian Klink1-2/+0
Revert "dbus: Switch default implementation to broker"
2024-04-29Revert "dbus: Switch default implementation to broker"Florian Klink1-2/+0
This reverts commit e827697fd3435b458a759ef0b92de7f26624b910. This seems to cause various issues during system activation, as reported in https://github.com/NixOS/nixpkgs/issues/302771 for example. Due to being close to branchoff, revert this for now. We'll open a tracking issue to collect and sort out remaining issues.
2024-04-28nixVersions.unstable: build from master, re-init at 2.22.0.pre20240321_6fd2f42cMaximilian Bosch1-0/+4
The idea behind that is to enable users and developers of downstream tools such as home-manager to test Nix master for several reasons: * Nix is currently trying to have a `master` branch that's always releasable[1]. We're still on Nix 2.18 in nixpkgs due to too many notable regressions. Enabling people to test latest master may help on that end. * This uses the most bleeding-edge Nix, but our packaging, so we can identify issues with our packaging early. * From what I've seen, most people are using the packages from nixpkgs anyways instead of the upstream flake, this is far more convenient anyways. My plan is to update this once a week. Right now we rely on the `installCheckPhase` here, but as soon as we have proper regression testing[2], we may want to add `nixUnstable` there as well (however with failures being allowed probably). [1] https://discourse.nixos.org/t/nix-release-schedule-and-roadmap/14204 [2] https://github.com/NixOS/nixpkgs/pull/304332
2024-04-28nixos/release-notes: add redis vmOverCommit entrySandro Jäckel1-0/+2
2024-04-28nixos/vmagent: use dynamic user and cache directoryLeona Maroni1-0/+4
2024-04-28Merge pull request #277626 from nbraud/nixos/pam/ssh-agent-auth-31611-fixThomas Gerbet1-4/+14
nixos/pam: Use secure default for `sshAgentAuth.authorizedKeysFiles`
2024-04-28nixos/doc: fix typo in abstractions.section.md (#305836)IBeTheBlueCat1-1/+1
I found this while perusing the manual thinking about whether or not to install NixOS on my new laptop. It threw me for a loop for a second but as best I can tell this meant to be ".org" like the rest of the example, and not ".com"
2024-04-27Merge pull request #304902 from SuperSandro2000/libinput-xserverSandro2-3/+3
nixos/libinput: move out of xserver
2024-04-27Merge pull request #305853 from virchau13s-forks/isolate-moduleGuillaume Girol1-0/+2
isolate: add module and module tests
2024-04-27doc/release-notes: towards uniform style (#306235)Jacek Generowicz1-47/+47
* Minor tweaks to note text * Elide "The" before attribute names at start of notes * Turn version numbers into code blocks * Turn branding into attribute names * Add TODOs * Turn code-block version numbers into plain text ... following discussion on Matrix. --------- Co-authored-by: Weijia Wang <9713184+wegank@users.noreply.github.com>
2024-04-25nixos/nextcloud: php83 for nc29, update release notesMaximilian Bosch1-3/+3
* PHP 8.3 seems supported, so let's go for it! * The conditions for which Nextcloud will be the default were bogus: for <24.11 I'd suggest to go for nextcloud29 already. The people on unstable relying on the condition were on nextcloud28 so the upgrade will work fine. Also, it's unstable, so such upgrades are to be expected IMHO. * Update the release notes to reflect that the new default is Nextcloud 29 and warn that only one major upgrade at a time can be done.
2024-04-24Merge pull request #271071 from pbsds/wrapAppImage-pname-reduxAtemu1-0/+4
appimageTools.wrapAppImage: remove version from `pname`
2024-04-24appimage: avoid setting `name`Peder Bergebakken Sundt1-0/+2
2024-04-24appimageTools.wrapAppImage: passthru pname and versionPeder Bergebakken Sundt1-0/+2
2024-04-24Merge pull request #305563 from birkb/drbd-kernel-moduleSandro1-1/+1
2024-04-24gauge: add wrapperMarie Ramlow1-0/+4
Adds a wrapper to the gauge package, which allows installing plugins declaratively with nix.
2024-04-23Merge pull request #290979 from ereslibre/cdi-add-nvidia-docker-1-directoriesSomeone1-3/+1
CDI: Add `mount-nvidia-binaries` and `mount-nvidia-docker-1-directories` options
2024-04-23nixos/nvidia-container-toolkit: rename from ↵Rafael Fernández López1-3/+1
`virtualisation.containers.cdi.dynamic.nvidia.enable` Add the NixOS option `hardware.nvidia-container-toolkit-cdi-generator.enable`. This enables the ability to expose GPU's in containers for container runtimes that support the Container Device Interface (CDI) Remove `cdi.static` and `cdi.dynamic.nvidia.enable` attributes.
2024-04-22azure-cli: document extensions in description, fix release notesPaul Meyer1-1/+1
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2024-04-22First update to release notes (#305965)Jacek Generowicz1-26/+24
* Change spelling: freeform -> free-form * Rejoin nginx message split by bacula * Fix typos and trivial rewording * Move package/service names to start of notes * Switch package/service names to code font * Reword some release notes * Update nixos/doc/manual/release-notes/rl-2405.section.md Co-authored-by: Jonathan Ringer <jonringer@users.noreply.github.com> --------- Co-authored-by: Jonathan Ringer <jonringer@users.noreply.github.com>
2024-04-22nixos/isolate: init moduleVir Chaudhury1-0/+2
2024-04-21Merge pull request #298983 from illustris/mysqlRyan Hendrickson1-0/+3
nixos/systemd-lib: fix restart/reloadTriggers when passing paths
2024-04-21drbd driver: 9.2.7 -> 9.2.8birkb1-1/+1
- xz compression added for module files - no support for kernel 6.8 or newer - sri format used for hash - release notes for 24.05 updated Signed-off-by: birkb <birk@batchworks.de>
2024-04-21Merge pull request #260962 from lunik1/inadyn-moduleSandro1-0/+2
nixos/inadyn: init
2024-04-21Update nixos/doc/manual/release-notes/rl-2405.section.mdillustris1-1/+1
Co-authored-by: Ryan Hendrickson <ryan.hendrickson@alum.mit.edu>
2024-04-21nixos/systemd-lib: fix restart/reloadTriggers when passing pathsillustris1-0/+3
When passing a path to restartTriggers or reloadTriggers, X-Restart/Reload-Triggers will get populated by the absolute path of the file on the machine where the config is evaluated. This patch corrects this behavior.
2024-04-20Merge pull request #294641 from devusb/sunshine-moduleSandro1-0/+2
nixos/sunshine: init
2024-04-20Merge pull request #197193 from onny/manticore-serviceSandro1-0/+2
nixos/manticore: init module
2024-04-20Merge pull request #302136 from savyajha/firefly-iiiPol Dellaiera1-0/+2
firefly-iii: init at 6.1.13, nixos/firefly-iii: init
2024-04-20Merge pull request #247118 from Tom-Hubrecht/netbird-serverRyan Lahfa1-0/+2
nixos/netbird-server: init module
2024-04-19doc: move note on configuring Nixpkgs in NixOS to the NixOS manual (#304307)Valentin Gagarin1-4/+26
that NixOS manual section talks a lot about Nixpkgs package configuration, which really should not be there but rather in the Nixpkgs manual itself. but this is a rabbit hole for another time. Co-authored-by: Dominic Mills <dominic.millz27@gmail.com>
2024-04-19Revert "icu: refactor to avoid runtime dependency on bash"Mario Rodas1-2/+0
2024-04-19Merge pull request #304784 from zlepper/remove-bash-runtime-dep-from-libicu7c6f434c1-0/+2
icu: refactor to avoid runtime dependency on bash
2024-04-19Merge pull request #302369 from nevivurn/feat/kavita-0.7.14Peder Bergebakken Sundt1-0/+2
kavita: 0.7.13 -> 0.8.0
2024-04-18nixos/netbird-server: init moduleTom Hubrecht1-0/+2
2024-04-18Merge pull request #292472 from Janik-Haag/networkmanager-testsLily Foster1-0/+2
nixosTests.networking: refactor and add NetworkManager support
2024-04-18Merge pull request #304747 from soywod/himalaya-v1.0.0-beta.4Yt1-1/+1
himalaya: 1.0.0-beta.3 -> 1.0.0-beta.4
2024-04-18himalaya: 1.0.0-beta.3 -> 1.0.0-beta.4Clément DOUIN1-1/+1
2024-04-18Merge pull request #299762 from autrimpo/gonic-0.16.3Peder Bergebakken Sundt1-0/+2
gonic: 0.15.2 -> 0.16.4
2024-04-18gonic: add release note warning about playlists-pathMichal Koutenský1-0/+2
2024-04-17treewide: reanme renamed libinput optionsSandro Jäckel2-3/+3
2024-04-17Merge pull request #302375 from SebastianWendel/init-prometheus-dnssec-exporterSandro1-0/+2
nixos/prometheus-dnssec-exporter: init
2024-04-17Merge pull request #283513 from YMSTNT/init-fcastSandro1-0/+2
fcast-receiver: init at 1.0.14; nixos/fcast-receiver: init module
2024-04-17nixos/networkmanager: change config generation to use the ini generatorJanik H.1-0/+2
2024-04-17icu: refactor to avoid runtime dependency on bashzlepper1-0/+2
Bash was considered a runtime dependency as the two files `install-sh` and `mkinstalldirs` was included in the library output. These files has a shebang for `#!/bin/sh` which is replaced by nix to point to bash in the fixup phase.