summary refs log tree commit diff
path: root/nixos/modules/services/monitoring/prometheus/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/monitoring/prometheus/default.nix')
-rw-r--r--nixos/modules/services/monitoring/prometheus/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/monitoring/prometheus/default.nix b/nixos/modules/services/monitoring/prometheus/default.nix
index dc8347fbc97..9103a6f932d 100644
--- a/nixos/modules/services/monitoring/prometheus/default.nix
+++ b/nixos/modules/services/monitoring/prometheus/default.nix
@@ -568,7 +568,7 @@ let
       # Use `mkOption` instead of `mkOpt` for project and zone because they are
       # required configuration values for `gce_sd_config`.
       project = mkOption {
-        type =  types.str;
+        type = types.str;
         description = ''
           The GCP Project.
         '';