From c53c69ab17cd3997918a3d877e512dabed594fd0 Mon Sep 17 00:00:00 2001 From: Naïm Favier Date: Tue, 5 Oct 2021 12:48:43 +0200 Subject: nixos: fixes after #136909 --- nixos/modules/services/monitoring/kapacitor.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixos/modules/services/monitoring/kapacitor.nix') diff --git a/nixos/modules/services/monitoring/kapacitor.nix b/nixos/modules/services/monitoring/kapacitor.nix index 5f2233d747f..a79c647becf 100644 --- a/nixos/modules/services/monitoring/kapacitor.nix +++ b/nixos/modules/services/monitoring/kapacitor.nix @@ -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"; }; -- cgit 1.4.1