moving transmisson

This commit is contained in:
Polen 2025-11-28 13:44:56 -05:00
parent 38ac495699
commit 000ad35214
2 changed files with 7 additions and 7 deletions

View file

@ -66,6 +66,13 @@
enable = true;
openFirewall = true;
};
transmission = {
enable = true;
settings = {
rpc-bind-address = "0.0.0.0";
rpc-whitelist = "127.0.0.1,192.168.*.*";
};
};
};
# Set your time zone.

View file

@ -72,13 +72,6 @@ in {
inherit user;
enable = true;
};
transmission = {
enable = true;
settings = {
rpc-bind-address = "0.0.0.0";
rpc-whitelist = "127.0.0.1,192.168.*.*";
};
};
taskchampion-sync-server = {
inherit user;
enable = true;