poseidon: move transmission to hades

This commit is contained in:
Antoine Martin 2022-10-27 17:29:13 +02:00
parent 9e608ae725
commit cfc789e76f
3 changed files with 7 additions and 7 deletions

View file

@ -104,6 +104,11 @@ in {
enable = true; enable = true;
exitNode = true; exitNode = true;
}; };
transmission = {
enable = true;
username = "alarsyo";
};
}; };
# Enable the OpenSSH daemon. # Enable the OpenSSH daemon.

View file

@ -92,11 +92,6 @@ in {
enable = true; enable = true;
exitNode = true; exitNode = true;
}; };
transmission = {
enable = true;
username = "alarsyo";
};
}; };
# Enable the OpenSSH daemon. # Enable the OpenSSH daemon.

View file

@ -82,12 +82,12 @@ in {
listen = [ listen = [
# FIXME: hardcoded tailscale IP # FIXME: hardcoded tailscale IP
{ {
addr = "100.80.61.67"; addr = "100.115.172.44";
port = 443; port = 443;
ssl = true; ssl = true;
} }
{ {
addr = "100.80.61.67"; addr = "100.115.172.44";
port = 80; port = 80;
ssl = false; ssl = false;
} }