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 { name = mkOption {
type = types.str; type = types.str;
description = mdDoc '' 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; default = config.networking.hostName;
}; };