Fix typo in module option description

This commit is contained in:
Christian Kampka
2024-08-12 20:50:53 +02:00
parent 77bbc1bdd5
commit 6862f470c7

View File

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