feat: added firefly-iii

This commit is contained in:
Nick 2025-10-09 22:58:38 -05:00
parent 50369a4eb2
commit f8725135e9
2 changed files with 14 additions and 11 deletions

View file

@ -57,4 +57,7 @@
"floorp.workspaces.enabled" = false;
"services.sync.prefs.sync.floorp.browser.note.memos" = false;
"services.sync.prefs.sync.floorp.optimized.verticaltab" = false;
"signon.autofillForms" = false;
"signon.generation.enabled" = false;
"signon.rememberSignons" = false;
}

View file

@ -3,12 +3,11 @@ let
inherit (flake.config.machines.devices)
ceres
;
inherit (flake.config.services.instances)
postgresql
firefly-iii
inherit (flake.config.services)
instances
;
service = postgresql;
service = instances.postgresql;
in
{
services = {
@ -16,10 +15,11 @@ in
enable = true;
location = service.paths.path0;
databases = [
"mastodon"
"nextcloud"
"peertube"
"forgejo"
instances.mastodon.name
instances.nextcloud.name
instances.peertube.name
instances.forgejo.name
instances.firefly-iii.name
];
};
postgresql = {
@ -57,9 +57,9 @@ in
];
users.users.${service.name}.extraGroups = [
"nextcloud"
"mastodon"
"forgejo"
instances.nextcloud.name
instances.mastodon.name
instances.forgejo.name
];
system.activationScripts.postgresCommands = ''