diff --git a/flake.nix b/flake.nix index a884f3a..cc8e0b9 100644 --- a/flake.nix +++ b/flake.nix @@ -198,6 +198,10 @@ DISPLAY=:3 \ ledger-live-desktop ''; + + syncthing-container-webui = pkgs.writeShellScriptBin "reverse-port-forward-syncthing-container" '' + ssh root@${self.colmena.sj-vps-htz0.deployment.targetHost} -L 8385:syncthing.containers:8384 + ''; }; formatter = pkgs.alejandra;