feat: several updates

This commit is contained in:
Xavier Morel
2025-12-09 14:35:20 +01:00
parent aec2e5bf63
commit a78704f30f
36 changed files with 826 additions and 150 deletions

View File

@@ -9,7 +9,7 @@ in
container = {
cores = 1;
memory = 512;
disk = "4G";
disk = "5G";
swap = null;
};
system = {
@@ -17,10 +17,19 @@ in
importConfig = [
../config/finances-fireflyiii.nix
];
additional = {
i18n.extraLocales = [ "all" ];
};
};
logging = {
enable = true;
metricsEnable = true;
journalLoggers = {
firefly-iii-cron = "";
firefly-iii-setup = "";
nginx = "";
phpfpm-firefly-iii = "";
};
};
db = {
enable = true;