From 0afbd97e5af4a827610727032cd77cdc7baa9da4 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Thu, 27 Oct 2022 17:42:52 +0200 Subject: [PATCH] services: transmission: update option name --- services/transmission.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/transmission.nix b/services/transmission.nix index e78cb07..8f29018 100644 --- a/services/transmission.nix +++ b/services/transmission.nix @@ -67,7 +67,7 @@ in { }; # automatically allow transmission.settings.peer-port - openFirewall = true; + openPeerPorts = true; } // (optionalAttrs (cfg.secretConfigFile != null) { credentialsFile = cfg.secretConfigFile;