summary refs log tree commit diff
path: root/nixos
Commit message (Collapse)AuthorAge
* Merge pull request #106073 from minijackson/tinc-rfc42-and-testsLinus Heckemann2020-12-14
|\ | | | | nixos/tinc: rfc42 and tests
| * nixos/tests/tinc: init with simple testMinijackson2020-12-13
| |
| * nixos/tinc: add settings and hostSettings for RFC42-style optionsMinijackson2020-12-13
| |
* | Merge pull request #106441 from hercules-ci/cassandra-passthru-testsRobert Hensing2020-12-14
|\ \ | | | | | | Cassandra passthru tests
| * | cassandra: Add passthru.testsRobert Hensing2020-12-09
| | |
| * | nixos/lib/testing-python.nix: Wire up passthruRobert Hensing2020-12-09
| | |
* | | Merge pull request #105397 from kisik21/mailman-other-mta-supportLinus Heckemann2020-12-14
|\ \ \ | | | | | | | | nixos/mailman: make Postfix support optional (provided you configure the MTA yourself)
| * | | nixos/mailman: make Postfix support optional (provided you configure the MTA ↵Vika2020-12-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | yourself) Mailman can now work with MTAs other than Postfix. You'll have to configure it yourself using the options in `services.mailman.settings.mta`. This addition is reflected in the release notes for 21.03.
* | | | Merge pull request #106788 from urbas/py-air-control-exporter-cliWilliButz2020-12-12
|\ \ \ \ | | | | | | | | | | nixos/prometheus-exporters/py-air-control: invoke exporter command
| * | | | nixos/prometheus-exporters/py-air-control: invoke exporter commandMatej Urbas2020-12-12
| | | | | | | | | | | | | | | | | | | | Package `py-air-control exporter` v0.1.5 comes with a new CLI. This change uses the new CLI (which simplifies the exporter's systemd service setup).
* | | | | Merge pull request #106697 from aanderse/mpdFlorian Klink2020-12-12
|\ \ \ \ \ | | | | | | | | | | | | nixos/mpd: conditionally provision required directories with StateDirectory
| * | | | | nixos/mpd: conditionally provision required directories with StateDirectoryAaron Andersen2020-12-11
| |/ / / /
* | | | | Merge pull request #106751 from urbas/sd-image-first-boot-awk-missingJörg Thalheim2020-12-12
|\ \ \ \ \ | | | | | | | | | | | | nixos/sd-image: explicit reference to the gawk package
| * | | | | nixos/sd-image: explicit reference to the gawk packageMatej Urbas2020-12-12
| | |_|/ / | |/| | | | | | | | | | | | | The `awk` command is not installed in the standard env. So this command fails if the `awk` command is not installed by some external module.
* | | | | Merge pull request #106715 from Mic92/tincJörg Thalheim2020-12-12
|\ \ \ \ \
| * | | | | nixos/tinc: add reload commandJörg Thalheim2020-12-12
| | | | | |
* | | | | | Merge pull request #98731 from mayflower/ldap-nss-optionalLinus Heckemann2020-12-12
|\ \ \ \ \ \ | | | | | | | | | | | | | | config.users.ldap: do not include nss module if turned off
| * | | | | | config.users.ldap: do not include nss module if turned offRobin Gloster2020-09-25
| | | | | | |
* | | | | | | Merge pull request #106672 from alyssais/mailmanLinus Heckemann2020-12-12
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | mailman: run non-minutely jobs
| * | | | | | | nixos/mailman: run non-minutely jobsAlyssa Ross2020-12-11
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | Fixes: b478e0043c53964c99cc9a145c155a673af3c7d8 ("nixos/mailman: refactor")
* | | | | | | Merge pull request #101224 from aanderse/ldapAaron Andersen2020-12-11
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | nixos/ldap: restart nslcd when configuration changes
| * | | | | | | nixos/ldap: minor cosmetic fixesAaron Andersen2020-10-20
| | | | | | | |
| * | | | | | | nixos/ldap: add missing typesAaron Andersen2020-10-20
| | | | | | | |
| * | | | | | | nixos/ldap: restart nslcd when configuration changesAaron Andersen2020-10-20
| | | | | | | |
* | | | | | | | Merge pull request #104727 from chkno/fuse-dot-sshfsGuillaume Girol2020-12-11
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | nixos/locate: Fix sshfs exclusion
| * | | | | | | nixos/locate: Exclude fuse.sshfsScott Worley2020-12-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The "fuse" and "sshfs" entries already present are not keeping this find invocation out of sshfs mounts, which present as fstype "fuse.sshfs"
| * | | | | | | nixos/locate: Add a testScott Worley2020-12-10
| | | | | | | |
| * | | | | | | nixos/locate: Whitespace: One pruneFS default per lineScott Worley2020-11-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This makes merging less painful. This is nixfmt's preferred format.
* | | | | | | | Merge master into staging-nextgithub-actions[bot]2020-12-11
|\ \ \ \ \ \ \ \
| * | | | | | | | nixos/sshguard: do not do IPv6 setup/teardown unconditionallyPeter Hoeg2020-12-11
| | | | | | | | |
| * | | | | | | | Merge pull request #106580 from rissson/nixos-postfix-fix-mastercf-typePeter Simons2020-12-11
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | nixos/postfix: fix masterCf type
| | * | | | | | | | nixos/postfix: fix masterCf typeMarc 'risson' Schmitt2020-12-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
* | | | | | | | | | Merge master into staging-nextgithub-actions[bot]2020-12-11
|\| | | | | | | | |
| * | | | | | | | | Merge pull request #106601 from Mic92/frabJörg Thalheim2020-12-11
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / | |/| | | | | | | | frab: remove package
| | * | | | | | | | frab: remove packageJörg Thalheim2020-12-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | broken since 2018
* | | | | | | | | | Merge master into staging-nextgithub-actions[bot]2020-12-11
|\| | | | | | | | |
| * | | | | | | | | Merge pull request #106080 from Ma27/nginx-config-docMaximilian Bosch2020-12-10
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | nixos/nginx: improve documentation for `config`
| | * | | | | | | | | nixos/nginx: improve documentation for `config`Maximilian Bosch2020-12-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Unfortunately, I had a use-case where `services.nginx.config` was necessary quite recently. While working on that config I had to look up the module's code to understand which options can be used and which don't. To slightly improve the situation, I changed the documentation like this: * Added `types.str` as type since `config` is not mergeable on purpose. It must be a string as it's rendered verbatim into `nginx.conf` and if the type is `unspecified`, it can be confused with RFC42-like options. * Mention which config options that don't generate config in `nginx.conf` are NOT mutually exclusive.
| * | | | | | | | | | Merge pull request #106067 from urbas/prometheus-exporter-py-air-controlWilliButz2020-12-10
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / | |/| | | | | | | | | nixos/prometheus-exporters/py-air-control: init
| | * | | | | | | | | nixos/prometheus-exporters/py-air-control: initMatej Urbas2020-12-10
| | | |/ / / / / / / | | |/| | | | | | |
* | | | | | | | | | Merge master into staging-nextgithub-actions[bot]2020-12-10
|\| | | | | | | | |
| * | | | | | | | | Merge pull request #106473 from Ma27/improve-nextcloud-errorMaximilian Bosch2020-12-10
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | | nixos/nextcloud: improve error message for invalid `dbpassFile`
| | * | | | | | | | nixos/nextcloud: improve error message for invalid `dbpassFile`Maximilian Bosch2020-12-09
| | | |_|_|_|/ / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `file_exists` also returns `FALSE` if the file is in a directory that can't be read by the user. This e.g. happens if permissions for `nixops(1)`-deployment keys aren't configured correctly. This patch improves the error message for invalid files to avoid confusion[1]. [1] https://discourse.nixos.org/t/nixops-deploy-secrets-to-nextcloud/10414/4
* | | | | | | | | Merge branch 'master' into staging-nextJan Tojnar2020-12-10
|\| | | | | | | |
| * | | | | | | | perlPackages.NetZooKeeper: adapt to zookeeper_mt 3.6.2Damien Diederen2020-12-09
| | | | | | | | |
| * | | | | | | | nixos/zookeeper: adapt to zookeeper 3.6.2Damien Diederen2020-12-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch: * Removes an invalid/useless classpath element; * Removes an unnecessary environment variable; * Creates the required '/version-2' data subdirectory; * Redirects audit logging to the "console" (systemd) by default.
| * | | | | | | | zookeeper: 3.4.12 -> 3.6.2Damien Diederen2020-12-09
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A big jump, but the structure hasn't changed much. This recipe is still based on a binary release provided by upstream. (It might be interesting to start doing our own builds at some point, to split client from server, and/or to create packages for removed "contribs" such as 'zooInspector'. Upstream intends to further slim down its release tarballs as most deployments only need specific assets.)
* | | | | | | | Merge master into staging-nextgithub-actions[bot]2020-12-09
|\| | | | | | |
| * | | | | | | podman: 2.2.0 -> 2.2.1zowoq2020-12-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/containers/podman/releases/tag/v2.2.1
* | | | | | | | Merge master into staging-nextgithub-actions[bot]2020-12-08
|\| | | | | | |