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; };