summary refs log tree commit diff
path: root/nixos
Commit message (Collapse)AuthorAge
* Merge pull request #125704 from zanculmarktum/fix/kbd-search-pathsMichele Guerini Rocco2021-07-23
|\ | | | | kbd: update search-paths.patch
| * nixos/tests: add kbd-update-search-paths-patchAzure Zanculmarktum2021-07-20
| |
* | Merge staging-next into staginggithub-actions[bot]2021-07-23
|\ \
| * \ Merge pull request #131151 from tomfitzhenry/patch-1Samuel Dionne-Riel2021-07-23
| |\ \ | | | | | | | | nixos/iio: mention iio-sensor-proxy in option description
| | * | nixos/iio: mention iio-sensor-proxy in option descriptionTom2021-07-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In https://github.com/NixOS/nixpkgs/pull/131094 I mistakenly created a new NixOS module for iio-sensor-proxy because I did not know about `hardware.sensor.iio`. To help people find `hardware.sensor.iio`, include the string "iio-sensor-proxy" in the description. To search for an iio-sensor-proxy module, I tried in vain: * `find -iname '*iio-sensor-proxy*'` * https://search.nixos.org/options?channel=unstable&from=0&size=50&sort=relevance&query=iio-sensor-proxy * This PR will ensure this search query finds `hardware.sensor.iio`
| * | | Merge pull request #130503 from flokli/nss-fix-orderingFlorian Klink2021-07-23
| |\ \ \ | | | | | | | | | | nixos/systemd: fix NSS database ordering
| | * | | nixos/systemd: fix NSS database orderingFlorian Klink2021-07-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - The order of NSS (host) modules has been brought in line with upstream recommendations: - The `myhostname` module is placed before the `resolve` (optional) and `dns` entries, but after `file` (to allow overriding via `/etc/hosts` / `networking.extraHosts`, and prevent ISPs with catchall-DNS resolvers from hijacking `.localhost` domains) - The `mymachines` module, which provides hostname resolution for local containers (registered with `systemd-machined`) is placed to the front, to make sure its mappings are preferred over other resolvers. - If systemd-networkd is enabled, the `resolve` module is placed before `files` and `myhostname`, as it provides the same logic internally, with caching. - The `mdns(_minimal)` module has been updated to the new priorities. If you use your own NSS host modules, make sure to update your priorities according to these rules: - NSS modules which should be queried before `resolved` DNS resolution should use mkBefore. - NSS modules which should be queried after `resolved`, `files` and `myhostname`, but before `dns` should use the default priority - NSS modules which should come after `dns` should use mkAfter.
* | | | | Merge staging-next into staginggithub-actions[bot]2021-07-23
|\| | | |
| * | | | Merge pull request #129644 from NixOS/home-assistantMartin Weinelt2021-07-23
| |\ \ \ \
| | * | | | nixos/home-assistant: allow serial access for the zwave componentMartin Weinelt2021-07-23
| | | | | |
* | | | | | Merge staging-next into staginggithub-actions[bot]2021-07-22
|\| | | | |
| * | | | | Merge pull request #130853 from mweinelt/pppdMartin Weinelt2021-07-22
| |\ \ \ \ \
| | * | | | | nixos/pppd: allow AF_NETLINKMartin Weinelt2021-07-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The pppd daemon starting with version 2.4.9 uses rtnetlink to configure the ipv6 peer address on the ppp interface. It therefore requires allowing AF_NETLINK sockets.
| | * | | | | nixos/pppd: replace CAP_SYS_ADMIN with CAP_BPFMartin Weinelt2021-07-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The kernel before version 5.7 required CAP_SYS_ADMIN to conduct BPF operations. After that a separate capability CAP_BPF was created, which should be sufficient in this scenario and will further tighten the sandbox around our pppd service. Tested on my personal DSL line.
| * | | | | | Merge pull request #128841 from Artturin/udevilSandro2021-07-22
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| | * | | | | nixos/devmon: add systemd serviceArtturin2021-07-08
| | | | | | |
| * | | | | | Merge pull request #128649 from nrdxp/fix-unstable-nix-zsh-completionsMaximilian Bosch2021-07-22
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | zsh: fix nixUnstable completions
| | * | | | | | zsh: include completions for nix-* commandsTimothy DeHerrera2021-07-21
| | | | | | | |
| | * | | | | | zsh: format module with nixpkgs-fmtTimothy DeHerrera2021-07-21
| | | | | | | |
| | * | | | | | zsh: remove conflicting nixUnstable completionsTimothy DeHerrera2021-07-21
| | | | | | | |
* | | | | | | | Merge staging-next into staginggithub-actions[bot]2021-07-22
|\| | | | | | |
| * | | | | | | Merge pull request #130062 from nh2/plausible-fix-shell-scripting-errorsMaximilian Bosch2021-07-22
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | nixos/plausible: Fix shell scripting errors, runtime fixes
| | * | | | | | | nixos/plausible: docs: Mention caveate of `baseUrl`Niklas Hambüchen2021-07-14
| | | | | | | | |
| | * | | | | | | nixos/plausible: Fix shell scripting errors.Niklas Hambüchen2021-07-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | See https://github.com/NixOS/nixpkgs/pull/124055/files#r668271575
| * | | | | | | | Merge pull request #130945 from mdlayher/mdl-corerad-docsPavol Rusnak2021-07-21
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | nixos/corerad: update link to reference configuration file
| | * | | | | | | | nixos/corerad: update link to reference configuration fileMatt Layher2021-07-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Matt Layher <mdlayher@gmail.com>
| * | | | | | | | | 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 #127461 from maxeaubrey/NetworkManager-1.32.0Martin Weinelt2021-07-21
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | nixos/nftables: set nm's firewallBackend when onMaxine Aubrey2021-07-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | when enabled, switch networkmanager's firewallBackend option to nftables
| * | | | | | | | | nixos/networkmanager: add firewallBackend optionMaxine Aubrey2021-07-21
| | | | | | | | | |
* | | | | | | | | | 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
| | | | | | | | | | |