Add hostName option
This commit is contained in:
parent
b5d23b1ddc
commit
7c553dbf9a
1 changed files with 9 additions and 4 deletions
|
|
@ -66,6 +66,11 @@
|
|||
default = "769362f6-43d4-4b83-a12c-d006c9bd6613";
|
||||
};
|
||||
};
|
||||
hostName = lib.mkOption {
|
||||
type = lib.types.str;
|
||||
description = "The name of the machine";
|
||||
default = "persephone";
|
||||
};
|
||||
};
|
||||
}
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue