Docs: improve clanService docs

This commit is contained in:
Johannes Kirschbauer
2025-05-16 13:56:33 +02:00
parent da3c1ceea3
commit 62d2c08dd5
4 changed files with 121 additions and 12 deletions

View File

@@ -5,18 +5,6 @@
manifest.name = "clan-core/hello-word";
manifest.description = "This is a test";
roles.test = {
interface =
{ lib, ... }:
{
options.foo = lib.mkOption {
type = lib.types.str;
# default = "";
description = "Some option";
};
};
};
roles.peer = {
interface =
{ lib, ... }: