From 6862f470c7b0ed9eb1f7b0d9bd1f88e816d8e7cf Mon Sep 17 00:00:00 2001 From: Christian Kampka Date: Mon, 12 Aug 2024 20:50:53 +0200 Subject: [PATCH] Fix typo in module option description --- modules/crowdsec/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/crowdsec/default.nix b/modules/crowdsec/default.nix index b9411a1..9ed4a54 100644 --- a/modules/crowdsec/default.nix +++ b/modules/crowdsec/default.nix @@ -81,7 +81,7 @@ in { name = mkOption { type = types.str; description = mdDoc '' - Name of the machine when registering it at the central or loal api. + Name of the machine when registering it at the central or local api. ''; default = config.networking.hostName; };