diff --git a/lib/fudo/prometheus.nix b/lib/fudo/prometheus.nix index 6c0157f..6faacbd 100644 --- a/lib/fudo/prometheus.nix +++ b/lib/fudo/prometheus.nix @@ -23,7 +23,7 @@ in { }; secured = mkOption { - type = str; + type = bool; description = "Whether to use https instead of http."; default = !toplevel.config.fudo.metrics.prometheus.private-network; };