summary refs log tree commit diff
path: root/nixos/doc
Commit message (Collapse)AuthorAge
* helmfile: 0.140.1 -> 0.141.0Eric Bailey2021-10-20
|
* nixos/doc/manual/release_notes: add virtualisation.libvirtd changesThiago Kenji Okada2021-10-18
|
* nixos/switch-to-configuration: Improve socket supportJanne Heß2021-10-17
| | | | | | | | | | | | | This commit changes a lot more that you'd expect but it also adds a lot of new testing code so nothing breaks in the future. The main change is that sockets are now restarted when they change. The main reason for the large amount of changes is the ability of activation scripts to restart/reload units. This also works for socket-activated units now, and honors reloadIfChanged and restartIfChanged. The two changes don't really work without each other so they are done in the one large commit. The test should show what works now and ensure it will continue to do so in the future.
* nixos/networking: support FOU encapsulation for sitspennae2021-10-16
|
* nixos/networking: add foo-over-udp endpoint supportpennae2021-10-16
| | | | | | allows configuration of foo-over-udp decapsulation endpoints. sadly networkd seems to lack the features necessary to support local and peer address configuration, so those are only supported when using scripted configuration.
* nixos/doc/manual/release_notes: add kernelParams notesVladimir Serov2021-10-16
| | | | | Ran md-to-db.sh, and for some reason got these changes as well. I guess someone didn't update their manual :shrug:
* nixos/release notes: correctionPasquale2021-10-15
|
* nixos/changelog: rephrasing plasma updatepasqui232021-10-15
| | | Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
* nixos/doc: Plasma wayland changelogPasquale2021-10-15
|
* Merge pull request #139833 from flox/multipathGraham Christensen2021-10-13
|\ | | | | | | nixos/multipath: add module for multipath-tools package
| * nixos/multipath: add multipath moduleMichael Brantley2021-10-08
| | | | | | | | | | | | | | | | | | | | | | The multipath-tools package had existed in Nixpkgs for some time but without a nixos module to configure/drive it. This module provides attributes to drive the majority of multipath configuration options and is being successfully used in stage-1 and stage-2 boot to mount /nix from a multipath-serviced iSCSI volume. Credit goes to @grahamc for early contributions to the module and authoring the NixOS module test.
* | Merge pull request #141326 from bbigras/kopiaSandro2021-10-12
|\ \
| * | kopia: 0.8.4 -> 0.9.0Bruno Bigras2021-10-12
| |/
* | Merge pull request #139144 from NixOS/gnome-41Jan Tojnar2021-10-11
|\ \ | | | | | | GNOME: 40 → 41
| * | nixos/release-notes: Mention GNOME 41Jan Tojnar2021-10-09
| | |
* | | nixos/prowlarr: initDavid Reaver2021-10-10
| | |
* | | nixos/doc/md-to-db.sh: handle path to nixpkgs with spacesLuflosi2021-10-10
|/ / | | | | | | Without this change, the script will fail if the path to nixpkgs contains a space.
* | Merge pull request #140779 from legendofmiracles/wolMichele Guerini Rocco2021-10-09
|\ \ | |/ |/| nixos/wakeonlan: switch to systemd.link and to nixos/networking
| * nixos/networking: add the wakeonlan optionlegendofmiracles2021-10-07
| |
* | Merge pull request #139502 from Vodurden/nixos-unstableTimo Kaufmann2021-10-07
|\ \ | | | | | | Support virtual Nintendo Switch Pro controllers in joycond
| * | nixos/joycond: initJake Woods2021-10-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | NixOS should be able to support the Nintendo Switch Pro controller for steam and non-steam at the same time. Currently there are two mutually exclusive ways to support the Pro Controller: Steam and `hid-nintendo`. Unfortunately these don't work together, but there's a workaround in newer versions of `joycond` (described [here](https://wiki.archlinux.org/title/Gamepad#Using_hid-nintendo_pro_controller_with_Steam_Games_(with_joycond))). To use this workaround `hid-nintendo` and `joycond` need to be updated, and the systemd and udev configuration needs to be made available in NixOS.
* | | nixos/doc: clean up defaults and examplesNaïm Favier2021-10-04
|/ /
* / varnish65*: drop because it is EOL upstreamajs1242021-09-30
|/ | | | varnish66 could be introduced, but I don't think it's worth the effort
* opencv2: don't build unfree libraries by defaultAlyssa Ross2021-09-29
| | | | | | | | | | | | | In opencv 2.x, unfree libraries are built by default. The package should therefore have been marked as unfree, but wasn't. I've disabled the non-free libraries by default, and added an option to enable them. There are three programs in Nixpkgs that depend on opencv2: mathematica, pfstools, and p2pvc. pfstools requires the non-free libraries if it's built with opencv support, so I've disabled opencv by default there and added an option to enable it. p2pvc links fine, so presumably doesn't need the non-free libraries. I can't test mathematica, so I'm just going to leave it alone.
* Merge pull request #134618 from rnhmjoj/wpa-safeMichele Guerini Rocco2021-09-29
|\ | | | | nixos/wpa_supplicant: add safe secret handling
| * nixos/release-notes: document wpa_supplicant changesrnhmjoj2021-09-29
| |
* | Merge pull request #127933 from rnhmjoj/qemu-restorationTimothy DeHerrera2021-09-28
|\ \ | | | | | | Qemu restoration
| * | nixos/docs: document new qemu-vm featuresrnhmjoj2021-09-18
| | |
* | | Merge pull request #139420 from Flakebi/dexBenjamin Staffin2021-09-28
|\ \ \ | | | | | | | | dex-oidc: 2.28.1 -> 2.30.0 and add module
| * | | dex-oidc: add moduleFlakebi2021-09-25
| | | |
* | | | Merge pull request #136233 from MayNiklas/owncastAaron Andersen2021-09-25
|\ \ \ \ | |/ / / |/| | | nixos/owncast: init at 0.0.8
| * | | nixos/owncast: release notesMayNiklas2021-09-25
| | | |
* | | | Merge branch 'master' into staging-nextRyan Burns2021-09-23
|\ \ \ \
| * | | | kubernetes-helm: 3.6.3 -> 3.7.0Eric Bailey2021-09-23
| | | | |
* | | | | Merge remote-tracking branch 'nixpkgs/master' into staging-nextAlyssa Ross2021-09-19
|\| | | | | | | | | | | | | | | | | | | | | | | | Conflicts: nixos/doc/manual/release-notes/rl-2111.section.md
| * | | | Merge pull request #132319 from onny/opensnitchAaron Andersen2021-09-19
| |\ \ \ \ | | | | | | | | | | | | nixos/opensnitch: Add module for opensnitch
| | * | | | Opensnitch: Add moduleJonas Heinrich2021-09-14
| | | | | |
| * | | | | Merge pull request #138428 from bobby285271/pantheon-tweaksdavidak2021-09-19
| |\ \ \ \ \ | | | | | | | | | | | | | | pantheon-tweaks: init at 1.0.1
| | * | | | | nixos/pantheon-tweaks: initBobby Rong2021-09-18
| | | | | | |
| * | | | | | Merge pull request #138207 from rnhmjoj/layoutsMichele Guerini Rocco2021-09-19
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | nixos/extra-layouts: avoid all rebuilds
| | * | | | | | nixos/doc: new progress in xserver.extraLayoutsrnhmjoj2021-09-17
| | | | | | | |
| * | | | | | | Merge pull request #126289 from rnhmjoj/wrappersGuillaume Girol2021-09-18
| |\ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | | nixos/security/wrappers: make well-typed
| | * | | | | | doc/release-notes: mention security.wrappers changesrnhmjoj2021-09-13
| | | | | | | |
| * | | | | | | nixos/dokuwiki: Add support for Caddy web serverJonas Heinrich2021-09-18
| | |_|/ / / / | |/| | | | |
* | | | | | | docs: fix release notes formathappysalada2021-09-18
| | | | | | |
* | | | | | | Merge branch 'master' into staging-nextRaphael Megzari2021-09-18
|\| | | | | |
| * | | | | | nixos/rl-2111: mention pantheon 6 upgrade and touchegg moduleBobby Rong2021-09-18
| | | | | | |
* | | | | | | Merge master into staging-nextgithub-actions[bot]2021-09-18
|\| | | | | |
| * | | | | | Merge pull request #137429 from illustris/spark3Aaron Andersen2021-09-18
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Spark: init module
| | * | | | | | nixos/spark: release notesillustris2021-09-17
| | | | | | | |