Fix typo in module option description
This commit is contained in:
@@ -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;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user