add cloudflared

This commit is contained in:
kenji
2025-07-08 22:05:33 -05:00
parent 2f1b33d070
commit 76138fc342
+5
View File
@@ -0,0 +1,5 @@
{pkgs, ...}: {
home.packages = with pkgs; [
cloudflared
];
}