host/home: change transmission configuration
This commit is contained in:
parent
a96ab9bf1f
commit
fb78ebafba
1 changed files with 8 additions and 1 deletions
|
@ -24,7 +24,14 @@
|
|||
|
||||
virtualisation.docker.enable = true;
|
||||
# Torrent client
|
||||
services.transmission.enable = true;
|
||||
services.transmission = {
|
||||
enable = true;
|
||||
settings = {
|
||||
rpc-bind-address = "192.168.7.10";
|
||||
rpc-port = 9091;
|
||||
rpc-whitelist = "192.168.7.*";
|
||||
};
|
||||
};
|
||||
|
||||
services.ollama = {
|
||||
enable = true;
|
||||
|
|
Loading…
Reference in a new issue