This commit is contained in:
Shelvacu
2025-05-10 23:46:04 -07:00
committed by Shelvacu on fw
parent 3473e05a87
commit ab61f288d8

View File

@@ -237,7 +237,7 @@ in
''}
GENIEACS_UI_JWT_SECRET="$(cat "$jwt_path")"
export GENIEACS_UI_JWT_SECRET
${pkgs.strace}/bin/strace ${cfg.package}/bin/genieacs-ui
${cfg.package}/bin/genieacs-ui
'';
serviceConfig.BindPaths = [ (builtins.dirOf cfg.jwtSecret.path) ];
};