about summary refs log tree commit diff
Commit message (Collapse)AuthorAge
* Merge pull request #87016 from flokli/nsswitch-cleanupFlorian Klink2020-05-14
|\ | | | | nixos/nsswitch cleanup nss modules
| * nixos/nsswitch: improve error messageFlorian Klink2020-05-11
| | | | | | | | | | Show the config option triggering the assertion, so people don't necessary lookup the nixpkgs source code.
| * nixos/sssd remove redundant conditionFlorian Klink2020-05-11
| | | | | | | | | | This is all inside a global cfg.enable conditional, so we don't need to check here again.
| * nixos/systemd: enable systemd-provided nss modules unconditionallyFlorian Klink2020-05-11
| | | | | | | | | | | | | | A disabled nscd breaks nss module loading on NixOS, and systemd without its nss modules doesn't really work either - instead of silently disabling its nss modules if nscd is disabled, let the assertion in nsswitch handle this.
| * nixos/nsswitch: update comment next to assertionFlorian Klink2020-05-11
| |
| * nixos/sssd: drop assertionFlorian Klink2020-05-11
| | | | | | | | | | This is now already triggered by the nsswitch module, as we set system.nssModules.
| * nixos/samba: move nss database configuration into samba moduleFlorian Klink2020-05-11
| |
| * nixos/avahi: move nss database configuration into avahi moduleFlorian Klink2020-05-11
| |
| * nixos/ldap: move nss database configuration into ldap moduleFlorian Klink2020-05-11
| | | | | | | | | | now that passwdArray and shadowArray aren't used anymore, these can be folded.
| * nixos/systemd: add to system.nssDatabases.group tooFlorian Klink2020-05-11
| | | | | | | | | | | | | | nixos/modules/config/nsswitch.nix uses `passwdArray` for both `passwd` and `group`, but when moving this into the systemd module in c0995d22eed1a19ac9442c8460c18dd6a4c389b7, it didn't get split appropriately.
| * nixos/google-oslogin: add to system.nssDatabases.group tooFlorian Klink2020-05-11
| | | | | | | | | | | | | | nixos/modules/config/nsswitch.nix uses `passwdArray` for both `passwd` and `group`, but when moving this into the google-oslogin module in 4b71b6f8fa5f7b06ea5d0dd37d44a73757c7f142, it didn't get split appropriately.
| * nixos/sssd: add to system.nssDatabases.group tooFlorian Klink2020-05-11
| | | | | | | | | | | | | | nixos/modules/config/nsswitch.nix uses `passwdArray` for both `passwd` and `group`, but when moving this into the sss module in edddc7c82a848f1b1f23344a338b5d56b38178c0, it didn't get split appropriately.
* | Remove unused filesEelco Dolstra2020-05-14
| |
* | tracker: remove unnecessary dependencyJan Tojnar2020-05-14
| | | | | | | | upower handling was moved to tracker miners a while ago.
* | Merge pull request #87779 from marsam/update-gopassAndreas Rammhold2020-05-14
|\ \ | | | | | | gopass: 1.9.1 -> 1.9.2
| * | gopass: 1.9.1 -> 1.9.2Mario Rodas2020-05-14
|/ / | | | | | | Changelog: https://github.com/gopasspw/gopass/releases/tag/v1.9.2
* | tracker: enable testsJan Tojnar2020-05-14
| | | | | | | | Also remove glibcLocales which are no longer needed for tests and add DocBook 4.5 schemas which are needed for something.
* | tracker: format with nixpkgs-fmtJan Tojnar2020-05-14
| |
* | gnome-keysign: remove broken updateScriptJan Tojnar2020-05-14
| | | | | | | | It is not hosted on GNOME mirrors so GNOME updateScript will not work.
* | sublime3{,-dev}: fix updateScriptJan Tojnar2020-05-14
| | | | | | | | | | | | | | | | | | | | | | The HTML page changed and the update script was no longer finding the latest version. I changed it to query for the latest version using dedicated URL: https://forum.sublimetext.com/t/fixed-download-url-for-latest-version/23763/7 Also terminated the update sooner if we detect no update available. update-source-version handles that normally but we are cleaning the version so that we can update both platforms at the same time.
* | Merge pull request #87794 from zowoq/gomoduleslewo2020-05-14
|\ \ | | | | | | podman, etc packages: switch to buildGoModule
| * | cri-tools: switch to buildGoModulezowoq2020-05-14
| | |
| * | skopeo: switch to buildGoModulezowoq2020-05-14
| | |
| * | buildah: switch to buildGoModulezowoq2020-05-14
| | |
| * | podman: switch to buildGoModulezowoq2020-05-14
| | |
| * | cni-plugins: switch to buildGoModulezowoq2020-05-14
| | |
* | | ocamlPackages.jingoo: 1.2.18 → 1.3.4sternenseemann2020-05-14
| | |
* | | Merge pull request #87571 from HugoReeves/masterSarah Brofeldt2020-05-14
|\ \ \ | |/ / |/| | cargo-tarpaulin: init at 0.12.4
| * | cargo-tarpaulin: init at 0.12.4Hugo Reeves2020-05-14
| | |
* | | Merge pull request #86376 from c00w/vendor_modJörg Thalheim2020-05-14
|\ \ \
| * | | ipfs: switch to vendored tarballJörg Thalheim2020-05-14
| | | |
| * | | jx: 2.1.31 -> 2.1.31Jörg Thalheim2020-05-14
| | | |
| * | | go-modules: Update files to use vendorSha256Colin L Rice2020-05-14
| | | |
| * | | go-modules: Add in old modsha256 w/ warningColin L Rice2020-05-14
| | | |
| * | | go-modules: Doc updatesColin L Rice2020-05-14
| | | |
| * | | go-modules: Augment builds w/ vendor srcColin L Rice2020-05-14
| |/ / | | | | | | | | | | | | | | | This is done in response to complaints that the module format is not human readable. The vendor source blob is flat files and should be extremely readable.
* | | Merge pull request #87219 from serokell/kirelagin/postgres-no-timeLinus Heckemann2020-05-14
|\ \ \ | |/ / |/| | postgres: Do not log timestamp
| * | postgresql: Fix formatting in option descriptionKirill Elagin2020-05-13
| | | | | | | | | Co-authored-by: Mario Rodas <marsam@users.noreply.github.com>
| * | postgres: Do not log timestampKirill Elagin2020-05-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | By default, postgres prefixes each log line with a timestamp. On NixOS logs are written to journal anyway, so they include an external timestamp, so the timestamp ends up being printed twice, which clutters the log. * Add a module option to change the log prefix. * Set it to upstream default sans timestamp.
* | | Merge pull request #87729 from Mic92/cheatSarah Brofeldt2020-05-14
|\ \ \ | | | | | | | | cheat: 3.9.0 -> 3.10.0
| * | | cheat: 3.9.0 -> 3.10.0Jörg Thalheim2020-05-13
| | | |
* | | | Merge pull request #87778 from zowoq/cniSarah Brofeldt2020-05-14
|\ \ \ \ | | | | | | | | | | cni-plugins: 0.8.5 -> 0.8.6
| * | | | cni-plugins: 0.8.5 -> 0.8.6zowoq2020-05-14
| | | | | | | | | | | | | | | | | | | | https://github.com/containernetworking/plugins/releases/tag/v0.8.6
* | | | | Merge pull request #87781 from marsam/update-terraformBenjamin Hipple2020-05-13
|\ \ \ \ \ | | | | | | | | | | | | terraform: 0.12.24 -> 0.12.25
| * | | | | terraform: 0.12.24 -> 0.12.25Mario Rodas2020-05-13
| | | | | | | | | | | | | | | | | | | | | | | | Changelog: https://github.com/hashicorp/terraform/releases/tag/v0.12.25
* | | | | | Merge pull request #87776 from aanderse/zabbix-urlBenjamin Hipple2020-05-13
|\ \ \ \ \ \ | | | | | | | | | | | | | | zabbix: update source url
| * | | | | | zabbix: update source urlAaron Andersen2020-05-13
| | | | | | |
* | | | | | | Merge pull request #87771 from Flakebi/saltBenjamin Hipple2020-05-13
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | salt: 3000.2 -> 3000.3
| * | | | | | | salt: 3000.2 -> 3000.3Flakebi2020-05-13
| | | | | | | |
* | | | | | | | Merge pull request #87519 from r-ryantm/auto-update/squirrel-sqlRyan Mulligan2020-05-13
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | squirrel-sql: 4.0.0 -> 4.1.0