diff options
Diffstat (limited to 'modules/piracy/default.nix')
-rw-r--r-- | modules/piracy/default.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/piracy/default.nix b/modules/piracy/default.nix index 7682356..3554a02 100644 --- a/modules/piracy/default.nix +++ b/modules/piracy/default.nix @@ -55,6 +55,9 @@ in user = "rtorrent"; inherit (cfg) group; + port = 1337; + openFirewall = true; + rpcSocket = socket; configText = with config.services.rtorrent; |