about summary refs log tree commit diff
path: root/nixos/doc
AgeCommit message (Collapse)AuthorFilesLines
2024-04-29nixos/clatd: initGeorg Haas1-0/+2
2024-04-29Merge pull request #307731 from flokli/revert-dbus-broker-defaultFlorian Klink1-2/+0
Revert "dbus: Switch default implementation to broker"
2024-04-29Merge master into staging-nextgithub-actions[bot]1-0/+2
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-29nixos/jotta-cli: init jotta-cliEven Brenden1-0/+2
See https://github.com/NixOS/nixpkgs/issues/300063.
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/oauth2-proxy{,-nginx}: renamed from oauth2_proxy, also renamed the ↵Sandro Jäckel1-0/+2
service, user, group
2024-04-28Merge branch 'master' into staging-nextJan Tojnar1-4/+18
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-28Merge branch 'master' into staging-nextWeijia Wang1-1/+1
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-28Merge branch 'master' into staging-nextWeijia Wang3-3/+5
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-27Merge branch 'master' into staging-nextWeijia Wang1-47/+47
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-25Merge master into staging-nextgithub-actions[bot]1-0/+4
2024-04-24Merge pull request #271071 from pbsds/wrapAppImage-pname-reduxAtemu1-0/+4
appimageTools.wrapAppImage: remove version from `pname`
2024-04-24Merge master into staging-nextgithub-actions[bot]1-1/+1
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-24Merge master into staging-nextgithub-actions[bot]1-0/+4
2024-04-24gauge: add wrapperMarie Ramlow1-0/+4
Adds a wrapper to the gauge package, which allows installing plugins declaratively with nix.
2024-04-24Merge branch 'master' into staging-nextVladimír Čunát1-3/+1
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-23Merge master into staging-nextgithub-actions[bot]1-27/+25
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-22Merge #291339: GNOME: 45 → 46Vladimír Čunát1-0/+2
...into staging-next
2024-04-22nixos/rl-2405: mention gnome 46Maxine Aubrey1-0/+2
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-22doc: remove discouraged enablePHP config from abstractions exampleRafael Kraut1-2/+0
In the initial configuration the enablePHP config option is present. In the following abstracted example the commonConfig doesn't include it anymore. Previous PRs #88505 and #284906 added the enablePHP config option to the commonConfig. @aanderse commented in https://github.com/NixOS/nixpkgs/pull/88505#issuecomment-632575200 the usage of enablePHP shouldn't be encouraged, `services.phpfpm` should be preferred whenever possible. So we remove the enablePHP config from theses examples.
2024-04-22nixos/isolate: init moduleVir Chaudhury1-0/+2
2024-04-22Merge staging-next into staginggithub-actions[bot]1-0/+5
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-21Merge staging-next into staginggithub-actions[bot]1-0/+4
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 staging-next into staginggithub-actions[bot]1-0/+4
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-19Merge staging-next into staginggithub-actions[bot]1-4/+26