1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-10 23:00:39 +02:00

chore: enable all locales on firefly instance

This commit is contained in:
oddlama 2025-04-26 15:00:56 +02:00
parent 58f2c82b65
commit 7c548d07cd
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A

View file

@ -51,6 +51,7 @@ in
} }
]; ];
i18n.supportedLocales = [ "all" ];
services.firefly-iii = { services.firefly-iii = {
enable = true; enable = true;
enableNginx = true; enableNginx = true;