nixos: fixes after #136909

main
Naïm Favier 3 years ago
parent 2384362ca7
commit c53c69ab17
No known key found for this signature in database
GPG Key ID: 49B07322580B7EE2
  1. 2
      nixos/modules/services/monitoring/alerta.nix
  2. 2
      nixos/modules/services/monitoring/kapacitor.nix

@ -56,7 +56,7 @@ in
corsOrigins = mkOption {
type = types.listOf types.str;
description = "List of URLs that can access the API for Cross-Origin Resource Sharing (CORS)";
example = [ "http://localhost" "http://localhost:5000" ];
default = [ "http://localhost" "http://localhost:5000" ];
};
authenticationRequired = mkOption {

@ -61,7 +61,7 @@ in
dataDir = mkOption {
type = types.path;
example = "/var/lib/kapacitor";
default = "/var/lib/kapacitor";
description = "Location where Kapacitor stores its state";
};

Loading…
Cancel
Save