summary refs log tree commit diff
path: root/nixos/tests/peerflix.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/peerflix.nix')
-rw-r--r--nixos/tests/peerflix.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/peerflix.nix b/nixos/tests/peerflix.nix
index eb729f22f91..fae37fedaac 100644
--- a/nixos/tests/peerflix.nix
+++ b/nixos/tests/peerflix.nix
@@ -8,7 +8,7 @@ import ./make-test.nix ({ pkgs, ...} : {
 
   nodes = {
     peerflix =
-      { config, pkgs, ... }:
+      { ... }:
         {
           services.peerflix.enable = true;
         };