nixosTests.bittorrent: drop redundant environment.systemPackages
The Transmission module adds the package automatically.
This commit is contained in:
@@ -23,7 +23,6 @@ let
|
||||
transmissionConfig =
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
environment.systemPackages = [ pkgs.transmission_3 ];
|
||||
services.transmission = {
|
||||
enable = true;
|
||||
settings = {
|
||||
|
||||
Reference in New Issue
Block a user