Remove Transmission whitelist
This commit is contained in:
parent
fd6774fbd9
commit
4644944dfd
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
|||
services.transmission = {
|
||||
credentialsFile = pkgs.writeText "credentials" config.secrets.transmissionCredFile;
|
||||
openPeerPorts = true;
|
||||
settings.rpc-host-whitelist-enabled = false;
|
||||
};
|
||||
environment.persistence."/persist".directories = [ "/var/lib/transmission" ];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue