mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
fix(bbuddy): quantity unit conversion
This commit is contained in:
parent
67108c0d41
commit
5975a2b7a8
2 changed files with 10 additions and 0 deletions
|
|
@ -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};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue