services: transmission: update option name

This commit is contained in:
Antoine Martin 2022-10-27 17:42:52 +02:00
parent cfc789e76f
commit 0afbd97e5a

View file

@ -67,7 +67,7 @@ in {
}; };
# automatically allow transmission.settings.peer-port # automatically allow transmission.settings.peer-port
openFirewall = true; openPeerPorts = true;
} }
// (optionalAttrs (cfg.secretConfigFile != null) { // (optionalAttrs (cfg.secretConfigFile != null) {
credentialsFile = cfg.secretConfigFile; credentialsFile = cfg.secretConfigFile;