diff options
Diffstat (limited to 'modules/nixos/services/promtail.nix')
| -rw-r--r-- | modules/nixos/services/promtail.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/nixos/services/promtail.nix b/modules/nixos/services/promtail.nix index 63faf15..ced1ece 100644 --- a/modules/nixos/services/promtail.nix +++ b/modules/nixos/services/promtail.nix @@ -7,7 +7,7 @@ inherit (lib) mkEnableOption mkIf mkOption types; in { options.server.services.promtail = { - enable = mkEnableOption "enable promtail"; + enable = mkEnableOption "Promtail"; clients = mkOption { type = types.listOf types.attrs; |
