mob next [ci-skip] [ci skip] [skip ci]

lastFile:flake.lock
This commit is contained in:
2026-04-10 10:53:52 +07:00
parent 9193a9f93b
commit 1a8c817c6c
4 changed files with 77 additions and 222 deletions

View File

@@ -38,7 +38,7 @@ in
services.frappe = {
enable = true;
project = "poyerp";
project = "glomerp";
gunicorn_workers = 2;
adminPassword = config.clan.core.vars.generators.frappix.files.adminPassword.path;
apps = [
@@ -47,7 +47,10 @@ in
sites = {
"${sitename}" = {
domains = [ "localhost" ];
apps = ["frappe" "erpnext"];
apps = [
"frappe"
"erpnext"
];
};
};
};