Fix cloudflared command flags

This commit is contained in:
Julian Sutter 2025-07-18 22:24:35 -07:00
parent f3b2675677
commit 13d1e33dd6

View file

@ -10,7 +10,7 @@
wants = [ "network-online.target" ]; wants = [ "network-online.target" ];
serviceConfig = { serviceConfig = {
ExecStart = "${pkgs.cloudflared}/bin/cloudflared access tcp --hostname warp.ftl.host --url localhost:22 --port 4401"; ExecStart = "${pkgs.cloudflared}/bin/cloudflared access tcp --hostname warp.ftl.host --url localhost:4401 --destination localhost:22";
Restart = "always"; Restart = "always";
RestartSec = "5s"; RestartSec = "5s";
Type = "exec"; Type = "exec";