zaphyra's git: nixfiles

zaphyra and void's nixfiles

commit aa94843fd8abd3ea83a97fe87226e59b69cfc895
parent f9efc8d6b4300f4f3f9d597a5b14e771a07531bf
Author: Katja (zaphyra) <git@ctu.cx>
Date: Fri, 23 May 2025 11:14:38 +0200

config/nixos/modules/services: rename `prometheus-exporters` -> `prometheusExporters`
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/config/nixos/modules/presets/katja/enable.nix b/config/nixos/modules/presets/katja/enable.nix
@@ -53,7 +53,7 @@ in
           enable = lib.mkDefault true;
           enableRSASupport = lib.mkDefault true;
         };
-        prometheus-exporters.enable = lib.mkDefault true;
+        prometheusExporters.enable = lib.mkDefault true;
         vnstat.enable = true;
         vnstat.vnstati.enable = true;
       };
diff --git a/config/nixos/modules/services/prometheus-exporters.nix b/config/nixos/modules/services/prometheusExporters.nix