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 {
|
||||
options = {
|
||||
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";
|
||||
type = types.nonEmptyStr;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue