1
0
Fork 0

Split sections in options

This commit is contained in:
Nicolas Jeannerod 2025-02-24 12:50:43 +01:00
parent af4a0a0784
commit 10874c995e
Signed by untrusted user: Niols
GPG key ID: 35DB9EC8886E1CB8

View file

@ -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