transmission: allow more time to boot
This commit is contained in:
parent
b0c45e48b3
commit
41686a2372
1 changed files with 4 additions and 0 deletions
|
@ -204,6 +204,10 @@
|
||||||
"sonarr-api_key:/mnt/secrets/sonarr-api_key"
|
"sonarr-api_key:/mnt/secrets/sonarr-api_key"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
systemd.services.transmission.serviceConfig = {
|
||||||
|
TimeoutStartSec = "20min";
|
||||||
|
};
|
||||||
|
|
||||||
networking = {
|
networking = {
|
||||||
firewall.allowedTCPPorts = [
|
firewall.allowedTCPPorts = [
|
||||||
config.services.transmission.settings.peer-port
|
config.services.transmission.settings.peer-port
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue