feat: Added autossh socks proxy to mirai

This commit is contained in:
uttarayan21
2025-06-13 19:35:30 +05:30
parent a5a9453cb4
commit bfe82993fd
2 changed files with 15 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{...}: {
services = {
autossh = {
enable = true;
sessions = {
"mirai" = {
name = "mirai-socks";
extraArguments = "-N -D 1080 -M 0";
user = "fs0c131y";
};
};
};
};
}

View File

@@ -5,6 +5,7 @@
./tailscale.nix ./tailscale.nix
./zerotier.nix ./zerotier.nix
./jellyfin.nix ./jellyfin.nix
./autossh.nix
# ./aerospace.nix # ./aerospace.nix
]; ];
} }