fix(bbuddy): quantity unit conversion

This commit is contained in:
arcnmx 2024-08-27 14:50:35 -07:00
parent 67108c0d41
commit 5975a2b7a8
2 changed files with 10 additions and 0 deletions

View file

@ -19,6 +19,8 @@ in {
settings = {
EXTERNAL_GROCY_URL = "https://grocy.${config.networking.domain}";
DISABLE_AUTHENTICATION = true;
USE_GROCY_QU_FACTOR = true;
SHOW_STOCK_ON_SCAN = true;
};
nginxPhpSettings.extraConfig = ''
include ${config.sops.secrets.barcodebuddy-fastcgi-params.path};