diff --git a/nixos/modules/monitoring/exporters/node.nix b/nixos/modules/monitoring/exporters/node.nix index dbf15fb5f4f27c57a86cb726637f0cbfe26e317b..407011069ec0cfdec129244b37a60edd09a57f2b 100644 --- a/nixos/modules/monitoring/exporters/node.nix +++ b/nixos/modules/monitoring/exporters/node.nix @@ -16,7 +16,7 @@ let in { options.services.private-storage.monitoring.exporters.node = { - enable = lib.mkEnableOption "Base sytsem metrics collection"; + enable = lib.mkEnableOption "Base system metrics collection"; textfiles-directory = lib.mkOption { type = lib.types.str; description = "Directory used by the textfiles collector.";