clanServices: Add role descriptions to all our services

This commit is contained in:
Qubasa
2025-10-02 18:39:00 +02:00
parent 2df96d3a9b
commit 3d5d812e05
32 changed files with 191 additions and 63 deletions

View File

@@ -1,14 +1,14 @@
{
_class = "clan.service";
manifest.name = "clan-core/admin";
manifest.description = "Convenient Administration for the Clan App";
manifest.description = "Adds a root user with ssh access";
manifest.categories = [ "Utility" ];
roles.default = {
description = "Placeholder role to apply the admin service";
interface =
{ lib, ... }:
{
options = {
allowedKeys = lib.mkOption {
default = { };