feat: several updates
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user