feat: add pyload

This commit is contained in:
2025-11-23 11:28:57 +01:00
parent d6f206f0bb
commit 1a70ca9564
6 changed files with 112 additions and 1 deletions

View File

@@ -228,6 +228,21 @@ in
Restart = "always";
};
};
pyload-tunnel = {
Unit = {
Description = "SSH tunnel for pyLoad Click'n'Load";
After = [ "graphical-session-pre.target" ];
PartOf = [ "graphical-session.target" ];
};
Install = {
WantedBy = [ "graphical-session.target" ];
};
Service = {
ExecStart = "${pkgs.openssh}/bin/ssh -N -L 9666:10.42.97.11:9666 -o ServerAliveInterval=60 -o ServerAliveCountMax=3 root@fw.cloonar.com";
Restart = "always";
RestartSec = "10s";
};
};
};
programs.chromium = {