summary refs log tree commit diff
path: root/nixos/modules/services/monitoring/prometheus/exporters.nix
diff options
context:
space:
mode:
authorSilvan Mosberger <contact@infinisil.com>2020-06-18 23:12:18 +0200
committerSilvan Mosberger <contact@infinisil.com>2020-06-18 23:12:18 +0200
commit78453e6ba67a547ce9f0be9d96cd1c27790460d0 (patch)
tree42a1bd2da3cbe4ebc5c11ef4f17c3cd8075c44c4 /nixos/modules/services/monitoring/prometheus/exporters.nix
parenta1aecffc971202acaca5882e87510d2a15a000f7 (diff)
downloadnixpkgs-78453e6ba67a547ce9f0be9d96cd1c27790460d0.tar
nixpkgs-78453e6ba67a547ce9f0be9d96cd1c27790460d0.tar.gz
nixpkgs-78453e6ba67a547ce9f0be9d96cd1c27790460d0.tar.bz2
nixpkgs-78453e6ba67a547ce9f0be9d96cd1c27790460d0.tar.lz
nixpkgs-78453e6ba67a547ce9f0be9d96cd1c27790460d0.tar.xz
nixpkgs-78453e6ba67a547ce9f0be9d96cd1c27790460d0.tar.zst
nixpkgs-78453e6ba67a547ce9f0be9d96cd1c27790460d0.zip
nixos/fontconfig: Move deprecated ultimate removals to relevant module
This was a mistake in https://github.com/NixOS/nixpkgs/pull/61570, this
does not belong to prometheus
Diffstat (limited to 'nixos/modules/services/monitoring/prometheus/exporters.nix')
-rw-r--r--nixos/modules/services/monitoring/prometheus/exporters.nix9
1 files changed, 0 insertions, 9 deletions
diff --git a/nixos/modules/services/monitoring/prometheus/exporters.nix b/nixos/modules/services/monitoring/prometheus/exporters.nix
index f9ad1457fc8..c584fcc8945 100644
--- a/nixos/modules/services/monitoring/prometheus/exporters.nix
+++ b/nixos/modules/services/monitoring/prometheus/exporters.nix
@@ -168,15 +168,6 @@ in
        (opt: lib.mkRemovedOptionModule [ "services" "prometheus" "${opt}" ] ''
          The prometheus exporters are now configured using `services.prometheus.exporters'.
          See the 18.03 release notes for more information.
-       '' ))
-
-    ++ (lib.forEach [ "enable" "substitutions" "preset" ]
-       (opt: lib.mkRemovedOptionModule [ "fonts" "fontconfig" "ultimate" "${opt}" ] ''
-         The fonts.fontconfig.ultimate module and configuration is obsolete.
-         The repository has since been archived and activity has ceased.
-         https://github.com/bohoomil/fontconfig-ultimate/issues/171.
-         No action should be needed for font configuration, as the fonts.fontconfig
-         module is already used by default.
        '' ));
 
   options.services.prometheus.exporters = mkOption {