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
|
in
|
||||||
{
|
{
|
||||||
options.fediversityVm = {
|
options.fediversityVm = {
|
||||||
|
|
||||||
|
##########################################################################
|
||||||
|
## Meta
|
||||||
|
|
||||||
name = mkOption {
|
name = mkOption {
|
||||||
description = ''
|
description = ''
|
||||||
The name of the machine. Most of the time, this will look like `vm02XXX`
|
The name of the machine. Most of the time, this will look like `vm02XXX`
|
||||||
|
@ -37,6 +41,9 @@ in
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
##########################################################################
|
||||||
|
## Virtualised hardware
|
||||||
|
|
||||||
sockets = mkOption {
|
sockets = mkOption {
|
||||||
type = types.int;
|
type = types.int;
|
||||||
description = "The number of sockets of the VM.";
|
description = "The number of sockets of the VM.";
|
||||||
|
@ -55,6 +62,9 @@ in
|
||||||
default = 2048;
|
default = 2048;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
##########################################################################
|
||||||
|
## Networking
|
||||||
|
|
||||||
domain = mkOption {
|
domain = mkOption {
|
||||||
description = ''
|
description = ''
|
||||||
The domain hosting the machine. Most of the time, this will be either of
|
The domain hosting the machine. Most of the time, this will be either of
|
||||||
|
|
Loading…
Add table
Reference in a new issue