init default-creds

Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
This commit is contained in:
Hadi
2026-03-14 21:16:01 +01:00
parent de489d7d9c
commit 5ecc516a2f
3 changed files with 11 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
{config, ...}: {
services.default-creds = {
enable = true;
port = 8087;
};
services.cloudflared.tunnels."f7c8f777-a36c-4b9a-b6e3-6a112bd43e73".ingress."default-creds.hadi.diy" = "http://localhost:${toString config.services.default-creds.port}";
}