machines/deneb: frappe add module crm

This commit is contained in:
2026-05-18 12:22:27 +07:00
parent 8e085211f7
commit e9ae808a7d
+2
View File
@@ -55,6 +55,7 @@ in
apps = [
pkgs.frappix.erpnext
pkgs.frappix.hrms
pkgs.frappix.crm
];
sites = {
"${sitename}" = {
@@ -63,6 +64,7 @@ in
"frappe"
"erpnext"
"hrms"
"crm"
];
};
};