describe hostname option
This commit is contained in:
@@ -5,6 +5,10 @@ let
|
|||||||
in {
|
in {
|
||||||
options = {
|
options = {
|
||||||
hostname = mkOption {
|
hostname = mkOption {
|
||||||
|
description = ''
|
||||||
|
System hostname of the device, as returned by gethostname(2). May or
|
||||||
|
may not correspond to any name it's reachable at on any network.
|
||||||
|
'';
|
||||||
default = "liminix";
|
default = "liminix";
|
||||||
type = types.nonEmptyStr;
|
type = types.nonEmptyStr;
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user