about summary refs log tree commit diff
path: root/nixos/doc
AgeCommit message (Collapse)AuthorFilesLines
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-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.
2024-04-17Merge pull request #300402 from numinit/df50Sandro1-0/+8
dwarf-fortress: update to 50
2024-04-17Merge pull request #285922 from justinas/teleport-15tomberek1-0/+4
teleport_15: init at 15.2.2, teleport_12: remove
2024-04-17kavita: 0.7.13 -> 0.8.0Yongun Seong1-0/+2
2024-04-16Merge pull request #291137 from vojta001/release-notes-linkPeder Bergebakken Sundt1-1/+1
release-notes/23.05: fix link to alice-lg
2024-04-17nixos/firefly-iii: initSavyasachee Jha1-0/+2
2024-04-16teleport_15: init at 15.2.2Justinas Stankevicius1-0/+4
2024-04-16nixos/manticore: init moduleJonas Heinrich1-0/+2
2024-04-16nixos/db-rest: initMarie Ramlow1-0/+2
2024-04-15Merge pull request #294923 from viperML/nh-moduleéclairevoyant1-0/+2
nixos/nh: init