tried various stuff to fix the json returning an array

This commit is contained in:
chloe 2024-07-17 19:38:20 +02:00
parent ccbc990e10
commit da51761159
4 changed files with 39 additions and 31 deletions

View file

@ -14,8 +14,12 @@ in
config = {
sops.secrets = {
freshrss_username = { };
freshrss_password = { };
freshrss_username = {
sopsFile = ../secrets/freshrss.yaml;
};
freshrss_password = {
sopsFile = ../secrets/freshrss.yaml;
};
};
services.freshrss = {