chore: add descriptions to roles
This commit is contained in:
parent
5134d1c89f
commit
80cfd36fdf
5 changed files with 12 additions and 0 deletions
|
|
@ -17,6 +17,8 @@ in
|
|||
# Controller configuration
|
||||
#==============================================================================================================
|
||||
roles.controller = {
|
||||
description = "A controller that manages the instance";
|
||||
|
||||
interface = {
|
||||
options = {
|
||||
hostName = mkOption {
|
||||
|
|
@ -225,6 +227,8 @@ in
|
|||
# Peer configuration
|
||||
#==============================================================================================================
|
||||
roles.peer = {
|
||||
description = "A peer";
|
||||
|
||||
interface = {
|
||||
options = {};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue