From c616480051e6e326f43c72698e23a650f39c53ec Mon Sep 17 00:00:00 2001 From: wo2wz <189177184+wo2wz@users.noreply.github.com> Date: Fri, 3 Oct 2025 16:51:31 -0400 Subject: [PATCH] earthmover: remove vnc and cloudflared (i dont have a use for it anymore) --- hosts/Earthmover/default.nix | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/hosts/Earthmover/default.nix b/hosts/Earthmover/default.nix index 82550a1..a0ffcbd 100755 --- a/hosts/Earthmover/default.nix +++ b/hosts/Earthmover/default.nix @@ -11,17 +11,7 @@ ../../modules/nixos/mumble.nix ]; - environment.systemPackages = [ pkgs.kdePackages.krfb pkgs.alsa-oss ]; - - services.cloudflared = { - enable = true; - tunnels = { - "ba7422f0-361f-4fd8-9a5a-e10bc82662e5" = { - credentialsFile = "/home/wo2w/.cloudflared/ba7422f0-361f-4fd8-9a5a-e10bc82662e5.json"; - default = "http_status:418"; - }; - }; - }; + environment.systemPackages = [ pkgs.alsa-oss ]; home-manager.users.wo2w = { imports = [