pull out actual and cloudflared to main

This commit is contained in:
Clayton Hickey 2026-03-09 15:23:38 -04:00
parent 4dc2de88e2
commit 2b660e73e9
6 changed files with 43 additions and 34 deletions

View file

@ -27,6 +27,6 @@ let cfg = config.cos.grocy; in
enableACME = lib.mkForce false;
forceSSL = lib.mkForce false;
};
services.cloudflared.tunnels."4fc85af1-38f7-4c96-856c-7c797c5e3bf8".ingress.${cfg.hostname} = "http://127.0.0.1:8303";
services.cloudflared.tunnels.mine.ingress.${cfg.hostname} = "http://127.0.0.1:8303";
};
}