summary refs log tree commit diff
path: root/nixos/tests/containers-ipv4.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/containers-ipv4.nix')
-rw-r--r--nixos/tests/containers-ipv4.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/containers-ipv4.nix b/nixos/tests/containers-ipv4.nix
index 821ce1cd07d..c4d954592ef 100644
--- a/nixos/tests/containers-ipv4.nix
+++ b/nixos/tests/containers-ipv4.nix
@@ -7,7 +7,7 @@ import ./make-test.nix ({ pkgs, ...} : {
   };
 
   machine =
-    { config, pkgs, ... }:
+    { pkgs, ... }:
     { imports = [ ../modules/installer/cd-dvd/channel.nix ];
       virtualisation.writableStore = true;
       virtualisation.memorySize = 768;