From 4b91870bfb34ffc939098d01ae4106a4b7db6efe Mon Sep 17 00:00:00 2001 From: Julian Sutter Date: Fri, 18 Jul 2025 22:42:32 -0700 Subject: [PATCH] Remove cloudflared module file and commit remaining changes --- desktop/ftl.host.nix | 21 --------------------- users/jsutter.nix | 1 + 2 files changed, 1 insertion(+), 21 deletions(-) delete mode 100644 desktop/ftl.host.nix diff --git a/desktop/ftl.host.nix b/desktop/ftl.host.nix deleted file mode 100644 index 624ea0f..0000000 --- a/desktop/ftl.host.nix +++ /dev/null @@ -1,21 +0,0 @@ -{ pkgs, ... }: - -{ - environment.systemPackages = [ pkgs.cloudflared ]; - - systemd.services.cloudflared-warp = { - description = "Cloudflared TCP tunnel for SSH"; - wantedBy = [ "multi-user.target" ]; - after = [ "network-online.target" ]; - wants = [ "network-online.target" ]; - - serviceConfig = { - ExecStart = "${pkgs.cloudflared}/bin/cloudflared access tcp --hostname warp.ftl.host --url localhost:4401 --destination localhost:22"; - Restart = "always"; - RestartSec = "5s"; - Type = "exec"; - StandardOutput = "journal"; - StandardError = "journal"; - }; - }; -} \ No newline at end of file diff --git a/users/jsutter.nix b/users/jsutter.nix index c33acad..7e2adf3 100644 --- a/users/jsutter.nix +++ b/users/jsutter.nix @@ -23,6 +23,7 @@ stremio tigervnc appimage-run + cloudflared ]; };