mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-07 05:27:13 -06:00
feat: added firefly-iii
This commit is contained in:
parent
a9432f9bf6
commit
3408c3dd3f
2 changed files with 5 additions and 2 deletions
|
|
@ -23,6 +23,7 @@ in
|
|||
settings = {
|
||||
DB_CONNECTION = "pgsql";
|
||||
APP_KEY_FILE = config.sops.secrets."${service.name}-pass".path;
|
||||
DB_PASSWORD_FILE = config.sops.secrets."${service.name}-data".path;
|
||||
};
|
||||
};
|
||||
firefly-iii-data-importer = {
|
||||
|
|
@ -64,6 +65,7 @@ in
|
|||
})
|
||||
[
|
||||
"pass"
|
||||
"data"
|
||||
]
|
||||
);
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue