about summary refs log tree commit diff
path: root/nixos/tests/minio.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/minio.nix')
-rw-r--r--nixos/tests/minio.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/minio.nix b/nixos/tests/minio.nix
index 07a292a9baa57..40a599546650a 100644
--- a/nixos/tests/minio.nix
+++ b/nixos/tests/minio.nix
@@ -5,7 +5,7 @@ import ./make-test.nix ({ pkgs, ...} : {
   };
 
   nodes = {
-    machine = { config, pkgs, ... }: {
+    machine = { pkgs, ... }: {
       services.minio = {
         enable = true;
         accessKey = "BKIKJAA5BMMU2RHO6IBB";