aux: remove ssh reverse proxy

force-ssl-main-website
Sebastien Bourdeauducq 2022-09-23 11:03:06 +08:00
parent 4ca9ef4e73
commit afcd0f8c0a
1 changed files with 0 additions and 13 deletions

View File

@ -146,19 +146,6 @@ in
shell = pkgs.fish;
};
systemd.services.ssh-reverse-proxy = {
description = "SSH Reverse Proxy";
wantedBy = [ "multi-user.target" ];
after = [ "network.target" ];
serviceConfig = {
Restart = "always";
RestartSec = "1min";
User = "backupdl";
Group = "users";
ExecStart = "${pkgs.openssh}/bin/ssh -R 42.200.147.171:3940:localhost:22 -o ServerAliveInterval=60 -o ServerAliveCountMax=1 -o ExitOnForwardFailure=yes -N -T nixbld.m-labs.hk";
};
};
documentation.enable = false;
environment.systemPackages = with pkgs; [
wget vim git usbutils pciutils file lm_sensors acpi