forked from Fediversity/Fediversity
Split sections in options
This commit is contained in:
parent
af4a0a0784
commit
10874c995e
1 changed files with 10 additions and 0 deletions
|
@ -7,6 +7,10 @@ let
|
|||
in
|
||||
{
|
||||
options.fediversityVm = {
|
||||
|
||||
##########################################################################
|
||||
## Meta
|
||||
|
||||
name = mkOption {
|
||||
description = ''
|
||||
The name of the machine. Most of the time, this will look like `vm02XXX`
|
||||
|
@ -37,6 +41,9 @@ in
|
|||
'';
|
||||
};
|
||||
|
||||
##########################################################################
|
||||
## Virtualised hardware
|
||||
|
||||
sockets = mkOption {
|
||||
type = types.int;
|
||||
description = "The number of sockets of the VM.";
|
||||
|
@ -55,6 +62,9 @@ in
|
|||
default = 2048;
|
||||
};
|
||||
|
||||
##########################################################################
|
||||
## Networking
|
||||
|
||||
domain = mkOption {
|
||||
description = ''
|
||||
The domain hosting the machine. Most of the time, this will be either of
|
||||
|
|
Loading…
Add table
Reference in a new issue