mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
nixosTests.bittorrent: drop redundant environment.systemPackages
The Transmission module adds the package automatically.
This commit is contained in:
parent
5c30dd39c4
commit
548659bd06
1 changed files with 0 additions and 1 deletions
|
|
@ -23,7 +23,6 @@ let
|
|||
transmissionConfig =
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
environment.systemPackages = [ pkgs.transmission_3 ];
|
||||
services.transmission = {
|
||||
enable = true;
|
||||
settings = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue