add cloudflared client to macos machine

This commit is contained in:
Noah Masur 2024-07-02 09:35:13 -04:00
parent 6d0d36165e
commit abdf4b64be
No known key found for this signature in database

View File

@ -33,6 +33,7 @@
pkgs.noti # Create notifications programmatically
pkgs.ipcalc # Make IP network calculations
pkgs.teams
pkgs.cloudflared # Allow connecting to Cloudflare tunnels
(pkgs.writeShellApplication {
name = "ocr";
runtimeInputs = [ pkgs.tesseract ];