chore: add descriptions to roles
This commit is contained in:
parent
5134d1c89f
commit
80cfd36fdf
5 changed files with 12 additions and 0 deletions
|
|
@ -0,0 +1 @@
|
|||
# K3s Clan-service
|
||||
|
|
@ -16,6 +16,8 @@ in
|
|||
# Server configuration
|
||||
#==============================================================================================================
|
||||
roles.server = {
|
||||
description = "A server manages the cluster";
|
||||
|
||||
interface = { lib, ... }:
|
||||
let
|
||||
inherit (lib) mkOption mkEnableOption mkIf types toString;
|
||||
|
|
@ -184,6 +186,8 @@ in
|
|||
# Agent configuration
|
||||
#==============================================================================================================
|
||||
roles.agent = {
|
||||
description = "An agent connects to the server";
|
||||
|
||||
interface = { lib, ... }: {
|
||||
options = {};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue