nixpkgs/nixos/modules
Bas van Dijk 57e5b75f9c nixos/prometheus: filter out the _module attr in a central place
We previously filtered out the `_module` attribute in a NixOS
configuration by filtering it using the option's `apply` function.

This meant that every option that had a submodule type needed to have
this apply function. Adding this function is easy to forget thus this
mechanism is error prone.

We now recursively filter out the `_module` attributes at the place we
construct the Prometheus configuration file. Since we now do the filtering
centrally we don't have to do it per option making it less prone to errors.
2019-04-17 14:08:16 +02:00
..
config Merge master into staging-next 2019-04-07 08:33:41 +02:00
hardware Merge pull request #57337 from peterhoeg/m/logitech 2019-04-03 21:19:56 +08:00
i18n/input-method
installer nix: 2.2 -> 2.2.2 2019-04-15 19:06:57 +02:00
misc Use same user for both prometheus 1 and 2. Use StateDirectory. 2019-03-25 14:49:22 +01:00
profiles profiles/graphical.nix: Enable pulseaudio for virtualbox appliances 2019-02-22 07:23:59 +01:00
programs Merge pull request #51918 from bobvanderlinden/var-run 2019-04-07 20:09:46 +02:00
security nixos/pam: Add GNOME keyring use_authtok directive to password group 2019-04-14 09:50:22 -04:00
services nixos/prometheus: filter out the _module attr in a central place 2019-04-17 14:08:16 +02:00
system Merge pull request #53826 from delroth/randstruct-custom-seed 2019-04-16 17:49:19 +00:00
tasks filesystems: Add autoResize assertion 2019-03-16 13:01:35 +01:00
testing types.optionSet: deprecate and remove last usages 2019-01-31 00:41:10 +02:00
virtualisation Merge pull request #51918 from bobvanderlinden/var-run 2019-04-07 20:09:46 +02:00
module-list.nix nixos/prometheus/pushgateway: add module and test 2019-04-16 08:09:38 +02:00
rename.nix nixos/prometheus/alertmanager: use DynamicUser instead of nobody 2019-04-10 20:38:40 +02:00