Unverified Commit 7f85002e authored by John Soo's avatar John Soo
Browse files

nixos/minio: format with nixpkgs-fmt

parent a9afcd20
Loading
Loading
Loading
Loading
+6 −5
Original line number Diff line number Diff line
@@ -110,7 +110,8 @@ in
        User = "minio";
        Group = "minio";
        LimitNOFILE = 65536;
        EnvironmentFile = if (cfg.rootCredentialsFile != null) then cfg.rootCredentialsFile
        EnvironmentFile =
          if (cfg.rootCredentialsFile != null) then cfg.rootCredentialsFile
          else if ((cfg.accessKey != "") || (cfg.secretKey != "")) then (legacyCredentials cfg)
          else null;
      };