nixpkgs/nixos/modules
Maximilian Bosch 22b61e5263
nixos/prometheus/exporters: fix eval if only openFirewall = true; is set
If `openFirewall = true`, but no `firewallFilter` is set, the evaluation
fails with the following error:

    The option `services.prometheus.exporters.node.firewallFilter` is defined both null and
    not null, in `/home/ma27/Projects/nixpkgs/nixos/modules/services/monitoring/prometheus/exporters.nix'
    and `/home/ma27/Projects/nixpkgs/nixos/modules/services/monitoring/prometheus/exporters.nix'.

Originally introduced by me in #115185. The problem is that
`mkOptionDefault` has - as its name suggests - the same priority as the
default-value of the option `firewallFilter` and thus it conflicts if
this declaration and the actual default value are set which is the case
if `firewallFilter` isn't specified somewhere else.
2021-03-13 15:21:55 +01:00
..
config
hardware
i18n/input-method
installer
misc
profiles
programs Merge pull request #113714 from ilian/steam-firewall 2021-03-07 14:22:16 +01:00
security
services nixos/prometheus/exporters: fix eval if only openFirewall = true; is set 2021-03-13 15:21:55 +01:00
system Merge pull request #90065 from wizeman/u/fix-config-merge 2021-03-08 21:34:59 +01:00
tasks
testing
virtualisation Merge pull request #112332 from urbas/amazon-init-options 2021-03-07 18:39:05 +01:00
module-list.nix Merge pull request #93629 from ju1m/croc 2021-03-12 20:34:33 -05:00
rename.nix