forked from DGNum/liminix
describe hostname option
This commit is contained in:
parent
bd908307c4
commit
1b8536ff81
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue