mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-07 13:32:15 -06:00
feat: added firefly-iii
This commit is contained in:
parent
e23c66c532
commit
6cd7aec69b
1 changed files with 8 additions and 0 deletions
|
|
@ -5,6 +5,7 @@ let
|
||||||
;
|
;
|
||||||
inherit (flake.config.services.instances)
|
inherit (flake.config.services.instances)
|
||||||
postgresql
|
postgresql
|
||||||
|
firefly-iii
|
||||||
;
|
;
|
||||||
|
|
||||||
service = postgresql;
|
service = postgresql;
|
||||||
|
|
@ -23,6 +24,13 @@ in
|
||||||
};
|
};
|
||||||
postgresql = {
|
postgresql = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
ensureDatabases = [ firefly-iii.name ];
|
||||||
|
ensureUsers = [
|
||||||
|
{
|
||||||
|
name = "firefly-iii";
|
||||||
|
ensureDBOwnership = true;
|
||||||
|
}
|
||||||
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
networking = {
|
networking = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue