Add settings.json back

This commit is contained in:
Johannes Kirschbauer
2024-06-25 12:12:09 +02:00
committed by hsjobeki
parent 712ed3f738
commit 26c655ff3c
8 changed files with 158 additions and 96 deletions

View File

@@ -45,6 +45,13 @@ let
# Maybe load from readme.md
metaInfoOption = lib.mkOption {
readOnly = true;
description = ''
Meta is used to retrieve information about this module.
- `availableRoles` is a list of roles that can be assigned via the inventory.
- `category` is used to group services in the clan marketplace.
- `description` is a short description of the service for the clan marketplace.
'';
default = {
description = "Borgbackup is a backup program. Optionally, it supports compression and authenticated encryption.";
availableRoles = roles;