From 0a8637a087bcfbed352eadddc653dc0ccfad9510 Mon Sep 17 00:00:00 2001 From: wo2wz <189177184+wo2wz@users.noreply.github.com> Date: Sun, 10 Aug 2025 13:02:16 -0400 Subject: [PATCH] add cf tunnel to Earthmover --- hosts/Earthmover/default.nix | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/hosts/Earthmover/default.nix b/hosts/Earthmover/default.nix index 122af62..8b7e103 100755 --- a/hosts/Earthmover/default.nix +++ b/hosts/Earthmover/default.nix @@ -12,6 +12,18 @@ ../../common/kernel.nix ]; + environment.systemPackages = [ pkgs.kdePackages.krfb ]; + + services.cloudflared = { + enable = true; + tunnels = { + "ba7422f0-361f-4fd8-9a5a-e10bc82662e5" = { + credentialsFile = "/home/wo2w/.cloudflared/ba7422f0-361f-4fd8-9a5a-e10bc82662e5.json"; + default = "http_status:418"; + }; + }; + }; + home-manager.users.wo2w = { imports = [ ../../modules/home