feat: added firefly-iii

This commit is contained in:
Nick 2025-10-09 23:20:51 -05:00
parent f8725135e9
commit 9b1e53fded

View file

@ -13,11 +13,11 @@ in
services = {
postgresqlBackup = {
enable = true;
location = service.paths.path0;
location = "${service.paths.path0}/backups";
compression = "zstd";
startAt = "*-*-* 07:00:00";
databases = [
instances.mastodon.name
instances.nextcloud.name
instances.peertube.name
instances.forgejo.name
instances.firefly-iii.name
];
@ -54,6 +54,7 @@ in
systemd.tmpfiles.rules = [
"Z ${service.paths.path0} 700 ${service.name} ${service.name} -"
"Z ${service.paths.path0}/backups 700 ${service.name} ${service.name} -"
];
users.users.${service.name}.extraGroups = [