diff --git a/nix/modules/customer-portal/flake-module.nix b/nix/modules/customer-portal/flake-module.nix index c2811d2..ab34196 100755 --- a/nix/modules/customer-portal/flake-module.nix +++ b/nix/modules/customer-portal/flake-module.nix @@ -77,6 +77,8 @@ }; config = mkIf cfg.enable { + environment.systemPackages = with pkgs; [ bun ]; + systemd = { services.amarthCustomerPortal = { after = [ "network.target" ];