clanCore secrets: document custom store

This commit is contained in:
lassulus 2023-09-14 14:15:51 +02:00 committed by Mic92
parent a59e8478fa
commit 6b7301cefb

View File

@ -5,6 +5,8 @@
default = "sops";
description = ''
method to store secrets
custom can be used to define a custom secret store.
one would have to define system.clan.generateSecrets and system.clan.uploadSecrets
'';
};
options.clanCore.secrets = lib.mkOption {