init firefly-iii

This commit is contained in:
2024-06-29 15:41:09 -06:00
parent b88a195eda
commit b45edd9b9d
5 changed files with 32 additions and 2 deletions

View File

@@ -17,7 +17,15 @@ let
--old-bindir $OLDBIN --new-bindir $NEWBIN \
"$@"
'';
dbNames = [ "jawz" "paperless" "nextcloud" "ryot" "vaultwarden" "shiori" ];
dbNames = [
"jawz"
"paperless"
"nextcloud"
"ryot"
"vaultwarden"
"shiori"
"firefly-iii"
];
in {
options.my.servers.postgres.enable = lib.mkEnableOption "enable";
config = lib.mkIf config.my.servers.postgres.enable {