about summary refs log tree commit diff
path: root/nixos
Commit message (Collapse)AuthorAge
* Merge pull request #124799 from rissson/nixos-unbound-fix-124780Andreas Rammhold2021-07-21
|\ | | | | nixos/unbound: fix define-tag option
| * nixos/unbound: fix define-tag optionMarc 'risson' Schmitt2021-05-29
| | | | | | | | Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
* | Merge pull request #130864 from pstn/mingw-64Ben Siraphob2021-07-21
|\ \ | | | | | | mingw-64: 6.0.0 -> 9.0.0
| * | mingw-64: 6.0.0 -> 9.0.0Philipp2021-07-20
| | |
* | | Merge pull request #130877 from primeos/chromiumMichael Weiss2021-07-21
|\ \ \ | | | | | | | | chromium: 91.0.4472.164 -> 92.0.4515.107
| * | | chromium: 91.0.4472.164 -> 92.0.4515.107Michael Weiss2021-07-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://chromereleases.googleblog.com/2021/07/stable-channel-update-for-desktop_20.html This update includes 35 security fixes. CVEs: CVE-2021-30565 CVE-2021-30566 CVE-2021-30567 CVE-2021-30568 CVE-2021-30569 CVE-2021-30571 CVE-2021-30572 CVE-2021-30573 CVE-2021-30574 CVE-2021-30575 CVE-2021-30576 CVE-2021-30577 CVE-2021-30578 CVE-2021-30579 CVE-2021-30580 CVE-2021-30581 CVE-2021-30582 CVE-2021-30583 CVE-2021-30584 CVE-2021-30585 CVE-2021-30586 CVE-2021-30587 CVE-2021-30588 CVE-2021-30589 Note: This won't be the smoothest update. Chromium seems to be fine but requires gtk3 in $LD_LIBRARY_PATH to find libgtk-3.so.0 (otherwise it crashes during startup) but Google Chrome fails to initialize ("GPU process exited unexpectedly: exit_code=132") and requires "--use-gl=angle --use-angle=swiftshader" for hardware(?) acceleration (which seems to work work fine and performant but SwiftShader should actually use the CPU instead of the GPU).
* | | | Merge pull request #130852 from seqizz/g_clipcatRyan Mulligan2021-07-20
|\ \ \ \ | |/ / / |/| | | nixos/clipcat: add user service module
| * | | nixos/clipcat: add user service moduleGürkan Gür2021-07-20
| | | |
* | | | Merge master into staging-nextgithub-actions[bot]2021-07-20
|\| | |
| * | | Merge pull request #130291 from DeterminateSystems/buildkite-agent-metricsGraham Christensen2021-07-20
| |\ \ \ | | |/ / | |/| | buildkite-agent-metrics: init at 5.2.1, nixos/prometheus-buildkite-agent-exporter: init
| | * | nixos/prometheus-buildkite-agent-exporter: initCole Helbling2021-07-19
| | | |
| * | | Merge pull request #130538 from Ma27/bump-nixstableDomen Kožar2021-07-20
| |\ \ \ | | | | | | | | | | nixStable: 2.3.12 -> 2.3.14
| | * | | nixStable: 2.3.12 -> 2.3.14Maximilian Bosch2021-07-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes: https://github.com/NixOS/nix/compare/2.3.12...2.3.14 Since this is a bugfix release that wasn't pushed to `nixpkgs`, I decided to take care of it. As it's usually done in `upload-release.pl`[1], I updated the fallback-paths accordingly and used eval `1687468`[2] for this with Nix 2.3.14. Also added a fallback-path for `aarch64-darwin` as Nix 2.3.14 seems to support this now[3]. [1] https://github.com/NixOS/nix/blob/2.3-maintenance/maintainers/upload-release.pl [2] https://hydra.nixos.org/eval/1687468 [3] https://github.com/NixOS/nix/commit/14262b86cc5825deae095c14553d623af498124c
| * | | | Merge pull request #130778 from ↵Maximilian Bosch2021-07-20
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | mayflower/tigervnc-tests-and-no-proprietary-fonts Tigervnc tests and no proprietary fonts
| | * | | | tigervnc, tightvnc: add basic testsIngo Blechschmidt2021-07-20
| | | | | | | | | | | | | | | | | | | | | | | | Co-Authored-By: Ingo Blechschmidt <iblech@web.de>
* | | | | | Merge master into staging-nextgithub-actions[bot]2021-07-20
|\| | | | |
| * | | | | Merge pull request #130288 from ju1m/sanoidSandro2021-07-20
| |\ \ \ \ \ | | | | | | | | | | | | | | nixos/sanoid: fix submodule aliases
| | * | | | | nixos/sanoid: fix submodule aliasesJulien Moutinho2021-07-15
| | | |/ / / | | |/| | | | | | | | | | | | | | | | | | | | | Use `mkDefault` into `mkAliasDefitinions`. This avoids conflicting definitions when using `process_children_only`.
* | | | | | Merge master into staging-nextgithub-actions[bot]2021-07-20
|\| | | | |
| * | | | | nixos/cri-o: Remove unnecessary `lib.` qualifiersembr2021-07-20
| | | | | | | | | | | | | | | | | | | | | | | | We're already using `with lib` here, so we can just say `mkOption`, etc.
| * | | | | nixos/cri-o: Add RFC42 'settings' optionembr2021-07-20
| | | | | |
* | | | | | Merge master into staging-nextgithub-actions[bot]2021-07-20
|\| | | | |
| * | | | | nixos/agetty: allow overriding the login programPierre Bourdon2021-07-19
| | | | | |
| * | | | | Merge pull request #130616 from zhaofengli/klipper-tweaksBernardo Meurer2021-07-19
| |\ \ \ \ \ | | |_|_|/ / | |/| | | | nixos/klipper: Tweaks
| | * | | | nixos/klipper: Allow configuring --input-tty and --api-serverZhaofeng Li2021-07-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This also makes it easy for other modules to get the correct path to the virtual printer.
| | * | | | nixos/klipper: Allow overriding the Klipper packageZhaofeng Li2021-07-19
| | | | | |
| | * | | | nixos/klipper: Allow specifying arbitrary user/groupZhaofeng Li2021-07-19
| | | |/ / | | |/| | | | | | | | | | | | | | | | | This paves the way for alternative integrations such as Moonraker.
* | | | | Merge master into staging-nextgithub-actions[bot]2021-07-19
|\| | | |
| * | | | Merge pull request #130633 from zimbatm/k3s-configPathJörg Thalheim2021-07-19
| |\ \ \ \ | | | | | | | | | | | | nixos/k3s: add configPath option
| | * | | | nixos/k3s: add configPath optionzimbatm2021-07-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is useful when the whole k3s config is generated on boot. The server address or token might be dynamically injected using user-data.
| * | | | | Merge pull request #130583 from jvanbruegge/isabelle2021Ben Siraphob2021-07-19
| |\ \ \ \ \ | | |/ / / / | |/| | | | Isabelle: 2020 -> 2021
| | * | | | isabelle: 2020 -> 2021Jan van Brügge2021-07-18
| | | | | |
* | | | | | Merge master into staging-nextgithub-actions[bot]2021-07-19
|\| | | | |
| * | | | | Merge pull request #130528 from etu/init-hockeypuckElis Hirwing2021-07-19
| |\ \ \ \ \ | | |/ / / / | |/| | | | hockeypuck: init at 2.1.0
| | * | | | nixos/tests: Init hockeypuck testsElis Hirwing2021-07-19
| | | | | |
| | * | | | nixos/hockeypuck: Add service for hockeypuckElis Hirwing2021-07-19
| | | | | |
* | | | | | Merge master into staging-nextgithub-actions[bot]2021-07-19
|\| | | | |
| * | | | | treewide: convert phases that contain ":" to dont* = true (#130500)Sandro2021-07-18
| | | | | |
| * | | | | nixos/doc: update EOL of 21.11Maxine Aubrey2021-07-18
| |/ / / /
* | | | | Merge master into staging-nextgithub-actions[bot]2021-07-18
|\| | | |
| * | | | nixos/telegraf: improve documentationJörg Thalheim2021-07-18
| | | | |
| * | | | nixos/telegraf: don't run as nogroupJörg Thalheim2021-07-18
| | | | |
| * | | | Merge pull request #106721 from Mic92/nix-serveJörg Thalheim2021-07-18
| |\ \ \ \ | | | | | | | | | | | | nixos/nix-serve: don't run as nogroup
| | * | | | nixos/nix-serve: don't run as nogroupJörg Thalheim2021-07-18
| | | | | | | | | | | | | | | | | | | | | | | | nogroup is insecure if shared
* | | | | | Merge master into staging-nextgithub-actions[bot]2021-07-18
|\| | | | |
| * | | | | Merge pull request #129980 from mweinelt/nixos/keaMartin Weinelt2021-07-18
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | nixos/doc: add release note entry for kea moduleMartin Weinelt2021-07-14
| | | | | |
| | * | | | nixos/tests/kea: initMartin Weinelt2021-07-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A simple DHCPv4 test case, with borrowed structure from the systemd-networkd-dhcpserver test.
| | * | | | nixos/tests/prometheus-exporters/kea: migrate to kea nixos moduleMartin Weinelt2021-07-14
| | | | | |
| | * | | | nixos/prometheus: allow overriding default export userMartin Weinelt2021-07-14
| | | | | |