This commit is contained in:
xunuwu 2025-01-21 16:38:11 +01:00
parent 3181bca81c
commit 3477777fb0
Signed by: xun
SSH key fingerprint: SHA256:Uot/1WoAjWAeqLOHA5vYy4phhVydsH7jCPmBjaPZfgI
4 changed files with 105 additions and 0 deletions

View file

@ -59,6 +59,17 @@ in {
owner = "kanidm";
};
firefly = {
format = "binary";
sopsFile = ./firefly;
owner = config.services.firefly-iii.user;
};
firefly-data-importer = {
format = "binary";
sopsFile = ./firefly-data-importer;
owner = config.services.firefly-iii-data-importer.user;
};
# "keycloak/db" = {
# sopsFile = ./keycloak.yaml;
# owner = "keycloak";