From e9ae808a7d82988cc6845f75a573f695cb9459d2 Mon Sep 17 00:00:00 2001 From: kurogeek Date: Mon, 18 May 2026 12:22:27 +0700 Subject: [PATCH] machines/deneb: frappe add module crm --- machines/deneb/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/machines/deneb/configuration.nix b/machines/deneb/configuration.nix index b11fdbc..7f7b679 100644 --- a/machines/deneb/configuration.nix +++ b/machines/deneb/configuration.nix @@ -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" ]; }; };