From 982c6c23cad430c17693e378cb9e1ab6ba851bfe Mon Sep 17 00:00:00 2001 From: kurogeek Date: Wed, 1 Jul 2026 17:05:40 +0700 Subject: [PATCH] machines/deneb: frappe add posprinter app --- machines/deneb/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/machines/deneb/configuration.nix b/machines/deneb/configuration.nix index 3607819..0efdb02 100644 --- a/machines/deneb/configuration.nix +++ b/machines/deneb/configuration.nix @@ -56,6 +56,7 @@ in pkgs.frappix.erpnext pkgs.frappix.hrms pkgs.frappix.crm + pkgs.frappix.posprinter ]; sites = { "${sitename}" = { @@ -65,6 +66,7 @@ in "erpnext" "hrms" "crm" + "posprinter" ]; }; };